aboutsummaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAge
...
| * | | parse_pathspec: add special flag for max_depth featureNguyễn Thái Ngọc Duy2013-07-15
| * | | convert some get_pathspec() calls to parse_pathspec()Nguyễn Thái Ngọc Duy2013-07-15
| * | | pathspec: add copy_pathspecNguyễn Thái Ngọc Duy2013-07-15
| * | | move struct pathspec and related functions to pathspec.[ch]Nguyễn Thái Ngọc Duy2013-07-15
| * | | clean: remove unused variable "seen"Nguyễn Thái Ngọc Duy2013-07-15
* | | | Merge branch 'es/blame-L-twice'Junio C Hamano2013-09-09
|\ \ \ \
| * | | | blame: teach -L/RE/ to search from end of previous -L rangeEric Sunshine2013-08-06
| * | | | line-range: teach -L/RE/ to search relative to anchor pointEric Sunshine2013-08-06
| * | | | blame: accept multiple -L rangesEric Sunshine2013-08-06
| * | | | blame: inline one-line function into its lone callerEric Sunshine2013-08-06
* | | | | Merge branch 'jk/cat-file-batch-optim'Junio C Hamano2013-09-09
|\ \ \ \ \
| * | | | | cat-file: only split on whitespace when %(rest) is usedJeff King2013-08-05
* | | | | | Merge branch 'es/blame-L-more'Junio C Hamano2013-09-09
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | blame: fix -L bounds checking bugEric Sunshine2013-08-05
| | |_|_|/ | |/| | |
* | | | | Merge branch 'jc/push-cas'Junio C Hamano2013-09-09
|\ \ \ \ \
| * | | | | send-pack: fix parsing of --force-with-lease optionJunio C Hamano2013-08-02
| * | | | | push --force-with-lease: tie it all togetherJunio C Hamano2013-07-22
| * | | | | push --force-with-lease: implement logic to populate old_sha1_expect[]Junio C Hamano2013-07-22
| * | | | | remote.c: add command line option parser for "--force-with-lease"Junio C Hamano2013-07-22
| * | | | | builtin/push.c: use OPT_BOOL, not OPT_BOOLEANJunio C Hamano2013-07-08
| * | | | | cache.h: move remote/connect API out of itJunio C Hamano2013-07-08
* | | | | | Merge branch 'nd/clone-connectivity-shortcut'Junio C Hamano2013-09-09
|\ \ \ \ \ \
| * | | | | | smart http: use the same connectivity check on cloningNguyễn Thái Ngọc Duy2013-07-23
* | | | | | | Merge branch 'ms/fetch-prune-configuration'Junio C Hamano2013-09-09
|\ \ \ \ \ \ \
| * | | | | | | fetch: make --prune configurableMichael Schubert2013-07-18
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | 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