aboutsummaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAge
* Merge branch 'sb/parseopt-boolean-removal'Junio C Hamano2013-09-04
|\
| * revert: use the OPT_CMDMODE for parsing, reducing codeStefan Beller2013-08-07
| * checkout-index: fix negations of even numbers of -nStefan Beller2013-08-07
| * config parsing options: allow one flag multiple timesStefan Beller2013-08-07
| * hash-object: replace stdin parsing OPT_BOOLEAN by OPT_COUNTUPStefan Beller2013-08-07
| * branch, commit, name-rev: ease up boolean conditionsStefan Beller2013-08-07
| * checkout: remove superfluous local variableStefan Beller2013-08-05
| * log, format-patch: parsing uses OPT__QUIETStefan Beller2013-08-05
| * Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-05
| * Remove deprecated OPTION_BOOLEAN for parsing argumentsStefan Beller2013-08-05
* | Merge branch 'jc/parseopt-command-modes'Junio C Hamano2013-09-04
|\ \ | |/
| * tag: use OPT_CMDMODEJunio C Hamano2013-07-30
* | Merge branch 'sb/misc-cleanup'Junio C Hamano2013-09-04
|\ \
| * | rm: remove unneeded null pointer checkStefan Beller2013-08-09
* | | Merge branch 'nd/gc-lock-against-each-other'Junio C Hamano2013-09-04
|\ \ \
| * | | gc: reject if another gc is running, unless --force is givenNguyễn Thái Ngọc Duy2013-08-09
* | | | Merge branch 'bc/unuse-packfile'Junio C Hamano2013-09-04
|\ \ \ \
| * | | | Don't close pack fd when free'ing pack windowsBrandon Casey2013-08-02
| |/ / /
* | | | Merge branch 'nd/sq-quote-buf'Junio C Hamano2013-09-04
|\ \ \ \
| * | | | tar-tree: remove dependency on sq_quote_print()Ramkumar Ramachandra2013-07-30
| * | | | for-each-ref, quote: convert *_quote_print -> *_quote_bufNguyễn Thái Ngọc Duy2013-07-30
| | |_|/ | |/| |
* | | | Merge branch 'jc/check-x-z'Junio C Hamano2013-09-04
|\ \ \ \
| * | | | check-attr -z: a single -z should apply to both input and outputJunio C Hamano2013-07-11
| * | | | check-ignore -z: a single -z should apply to both input and outputJunio C Hamano2013-07-11
| * | | | check-attr: the name of the character is NUL, not NULLJunio C Hamano2013-07-11
| * | | | check-ignore: the name of the character is NUL, not NULLJunio C Hamano2013-07-11
* | | | | Merge branch 'rj/doc-rev-parse'Junio C Hamano2013-08-30
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | rev-parse: remove restrictions on some optionsJohn Keeping2013-07-22
* | | | | Merge branch 'jk/cat-file-batch-optim'Junio C Hamano2013-08-02
|\ \ \ \ \
| * | | | | Revert "cat-file: split --batch input lines on whitespace"Junio C Hamano2013-08-02
* | | | | | Merge branch 'ob/typofixes'Junio C Hamano2013-08-01
|\ \ \ \ \ \
| * | | | | | many small typofixesOndřej Bílka2013-07-29
* | | | | | | Merge branch 'jc/rm-submodule-error-message'Junio C Hamano2013-08-01
|\ \ \ \ \ \ \
| * | | | | | | builtin/rm.c: consolidate error reporting for removing submodulesJunio C Hamano2013-07-25
* | | | | | | | Merge branch 'jx/clean-interactive'Junio C Hamano2013-08-01
|\ \ \ \ \ \ \ \
| * | | | | | | | git-clean: implement partial matching for selectionJiang Xin2013-07-24
* | | | | | | | | Merge branch 'jk/commit-how-to-abort-cherry-pick'Junio C Hamano2013-07-31
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | commit: tweak empty cherry pick advice for sequencerJeff King2013-07-29
* | | | | | | | | Merge branch 'jk/cat-file-batch-optim'Junio C Hamano2013-07-24
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | sha1_object_info_extended: make type calculation optionalJeff King2013-07-12
| * | | | | | | | cat-file: disable object/refname ambiguity check for batch modeJeff King2013-07-12
* | | | | | | | | Merge branch 'sb/misc-fixes'Junio C Hamano2013-07-24
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | commit: Fix a memory leak in determine_author_infoStefan Beller2013-07-15
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Sync with Git 1.8.3.4Junio C Hamano2013-07-22
|\ \ \ \ \ \ \ \
| * | | | | | | | update URL to the marc.info mail archiveOndřej Bílka2013-07-22
| | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Merge branch 'ph/builtin-srcs-are-in-subdir-these-days' into maintJunio C Hamano2013-07-21
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge branch 'jc/name-rev-exact-ref'Junio C Hamano2013-07-22
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | describe: fix --contains when a tag is given as inputJunio C Hamano2013-07-18
| * | | | | | | | | name-rev: differentiate between tags and commits they point atJunio C Hamano2013-07-18
| * | | | | | | | | describe: use argv-arrayJunio C Hamano2013-07-09