Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | parse_pathspec: add special flag for max_depth feature | Nguyễn Thái Ngọc Duy | 2013-07-15 | |
| * | | | convert some get_pathspec() calls to parse_pathspec() | Nguyễn Thái Ngọc Duy | 2013-07-15 | |
| * | | | pathspec: add copy_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | |
| * | | | move struct pathspec and related functions to pathspec.[ch] | Nguyễn Thái Ngọc Duy | 2013-07-15 | |
| * | | | clean: remove unused variable "seen" | Nguyễn Thái Ngọc Duy | 2013-07-15 | |
* | | | | Merge branch 'es/blame-L-twice' | Junio C Hamano | 2013-09-09 | |
|\ \ \ \ | ||||
| * | | | | blame: teach -L/RE/ to search from end of previous -L range | Eric Sunshine | 2013-08-06 | |
| * | | | | line-range: teach -L/RE/ to search relative to anchor point | Eric Sunshine | 2013-08-06 | |
| * | | | | blame: accept multiple -L ranges | Eric Sunshine | 2013-08-06 | |
| * | | | | blame: inline one-line function into its lone caller | Eric Sunshine | 2013-08-06 | |
* | | | | | Merge branch 'jk/cat-file-batch-optim' | Junio C Hamano | 2013-09-09 | |
|\ \ \ \ \ | ||||
| * | | | | | cat-file: only split on whitespace when %(rest) is used | Jeff King | 2013-08-05 | |
* | | | | | | Merge branch 'es/blame-L-more' | Junio C Hamano | 2013-09-09 | |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | ||||
| * | | | | | blame: fix -L bounds checking bug | Eric Sunshine | 2013-08-05 | |
| | |_|_|/ | |/| | | | ||||
* | | | | | Merge branch 'jc/push-cas' | Junio C Hamano | 2013-09-09 | |
|\ \ \ \ \ | ||||
| * | | | | | send-pack: fix parsing of --force-with-lease option | Junio C Hamano | 2013-08-02 | |
| * | | | | | push --force-with-lease: tie it all together | Junio C Hamano | 2013-07-22 | |
| * | | | | | push --force-with-lease: implement logic to populate old_sha1_expect[] | Junio C Hamano | 2013-07-22 | |
| * | | | | | remote.c: add command line option parser for "--force-with-lease" | Junio C Hamano | 2013-07-22 | |
| * | | | | | builtin/push.c: use OPT_BOOL, not OPT_BOOLEAN | Junio C Hamano | 2013-07-08 | |
| * | | | | | cache.h: move remote/connect API out of it | Junio C Hamano | 2013-07-08 | |
* | | | | | | Merge branch 'nd/clone-connectivity-shortcut' | Junio C Hamano | 2013-09-09 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | smart http: use the same connectivity check on cloning | Nguyễn Thái Ngọc Duy | 2013-07-23 | |
* | | | | | | | Merge branch 'ms/fetch-prune-configuration' | Junio C Hamano | 2013-09-09 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | fetch: make --prune configurable | Michael Schubert | 2013-07-18 | |
| | |_|_|_|_|/ | |/| | | | | | ||||
* | | | | | | | Merge branch 'sb/parseopt-boolean-removal' | Junio C Hamano | 2013-09-04 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | revert: use the OPT_CMDMODE for parsing, reducing code | Stefan Beller | 2013-08-07 | |
| * | | | | | | | checkout-index: fix negations of even numbers of -n | Stefan Beller | 2013-08-07 | |
| * | | | | | | | config parsing options: allow one flag multiple times | Stefan Beller | 2013-08-07 | |
| * | | | | | | | hash-object: replace stdin parsing OPT_BOOLEAN by OPT_COUNTUP | Stefan Beller | 2013-08-07 | |
| * | | | | | | | branch, commit, name-rev: ease up boolean conditions | Stefan Beller | 2013-08-07 | |
| * | | | | | | | checkout: remove superfluous local variable | Stefan Beller | 2013-08-05 | |
| * | | | | | | | log, format-patch: parsing uses OPT__QUIET | Stefan Beller | 2013-08-05 | |
| * | | | | | | | Replace deprecated OPT_BOOLEAN by OPT_BOOL | Stefan Beller | 2013-08-05 | |
| * | | | | | | | Remove deprecated OPTION_BOOLEAN for parsing arguments | Stefan Beller | 2013-08-05 | |
* | | | | | | | | Merge branch 'jc/parseopt-command-modes' | Junio C Hamano | 2013-09-04 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||
| * | | | | | | | tag: use OPT_CMDMODE | Junio C Hamano | 2013-07-30 | |
* | | | | | | | | Merge branch 'sb/misc-cleanup' | Junio C Hamano | 2013-09-04 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | rm: remove unneeded null pointer check | Stefan Beller | 2013-08-09 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||
* | | | | | | | | Merge branch 'nd/gc-lock-against-each-other' | Junio C Hamano | 2013-09-04 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | gc: reject if another gc is running, unless --force is given | Nguyễn Thái Ngọc Duy | 2013-08-09 | |
* | | | | | | | | | Merge branch 'bc/unuse-packfile' | Junio C Hamano | 2013-09-04 | |
|\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | Don't close pack fd when free'ing pack windows | Brandon Casey | 2013-08-02 | |
| |/ / / / / / / / | ||||
* | | | | | | | | | Merge branch 'nd/sq-quote-buf' | Junio C Hamano | 2013-09-04 | |
|\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | tar-tree: remove dependency on sq_quote_print() | Ramkumar Ramachandra | 2013-07-30 | |
| * | | | | | | | | | for-each-ref, quote: convert *_quote_print -> *_quote_buf | Nguyễn Thái Ngọc Duy | 2013-07-30 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||
* | | | | | | | | | Merge branch 'jc/check-x-z' | Junio C Hamano | 2013-09-04 | |
|\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | check-attr -z: a single -z should apply to both input and output | Junio C Hamano | 2013-07-11 | |
| * | | | | | | | | | check-ignore -z: a single -z should apply to both input and output | Junio C Hamano | 2013-07-11 | |
| * | | | | | | | | | check-attr: the name of the character is NUL, not NULL | Junio C Hamano | 2013-07-11 |