Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | convert unmerge_cache to take struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 3 | -4/+4 | |
| * | | | | | convert run_add_interactive to use struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 4 | -26/+19 | |
| * | | | | | convert read_cache_preload() to take struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 7 | -17/+19 | |
| * | | | | | line-log: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -1/+1 | |
| * | | | | | reset: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -10/+16 | |
| * | | | | | add: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 2 | -101/+45 | |
| * | | | | | check-ignore: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 4 | -18/+32 | |
| * | | | | | archive: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 2 | -9/+14 | |
| * | | | | | ls-files: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -33/+13 | |
| * | | | | | rm: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -12/+12 | |
| * | | | | | checkout: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -13/+21 | |
| * | | | | | rerere: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 3 | -8/+13 | |
| * | | | | | status: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 3 | -14/+13 | |
| * | | | | | commit: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -9/+9 | |
| * | | | | | clean: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -7/+10 | |
| * | | | | | guard against new pathspec magic in pathspec matching code | Nguyễn Thái Ngọc Duy | 2013-07-15 | 6 | -0/+51 | |
| * | | | | | parse_pathspec: support prefixing original patterns | Nguyễn Thái Ngọc Duy | 2013-07-15 | 2 | -1/+12 | |
| * | | | | | parse_pathspec: support stripping/checking submodule paths | Nguyễn Thái Ngọc Duy | 2013-07-15 | 2 | -0/+36 | |
| * | | | | | parse_pathspec: support stripping submodule trailing slashes | Nguyễn Thái Ngọc Duy | 2013-07-15 | 2 | -0/+11 | |
| * | | | | | parse_pathspec: add special flag for max_depth feature | Nguyễn Thái Ngọc Duy | 2013-07-15 | 7 | -10/+25 | |
| * | | | | | convert some get_pathspec() calls to parse_pathspec() | Nguyễn Thái Ngọc Duy | 2013-07-15 | 4 | -8/+17 | |
| * | | | | | parse_pathspec: add PATHSPEC_PREFER_{CWD,FULL} flags | Nguyễn Thái Ngọc Duy | 2013-07-15 | 2 | -1/+16 | |
| * | | | | | parse_pathspec: save original pathspec for reporting | Nguyễn Thái Ngọc Duy | 2013-07-15 | 3 | -0/+4 | |
| * | | | | | add parse_pathspec() that converts cmdline args to struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 5 | -41/+163 | |
| * | | | | | pathspec: add copy_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 3 | -6/+16 | |
| * | | | | | pathspec: i18n-ize error strings in pathspec parsing code | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -3/+3 | |
| * | | | | | move struct pathspec and related functions to pathspec.[ch] | Nguyễn Thái Ngọc Duy | 2013-07-15 | 13 | -169/+182 | |
| * | | | | | clean: remove unused variable "seen" | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -9/+2 | |
* | | | | | | Merge branch 'es/blame-L-twice' | Junio C Hamano | 2013-09-09 | 11 | -88/+282 | |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | ||||||
| * | | | | | line-range: reject -L line numbers less than 1es/blame-L-twice | Eric Sunshine | 2013-08-06 | 2 | -10/+13 | |
| * | | | | | t8001/t8002: blame: add tests of -L line numbers less than 1 | Eric Sunshine | 2013-08-06 | 1 | -0/+12 | |
| * | | | | | line-range: teach -L^:RE to search from start of file | Eric Sunshine | 2013-08-06 | 4 | -2/+26 | |
| * | | | | | line-range: teach -L:RE to search from end of previous -L range | Eric Sunshine | 2013-08-06 | 4 | -7/+25 | |
| * | | | | | line-range: teach -L^/RE/ to search from start of file | Eric Sunshine | 2013-08-06 | 3 | -2/+30 | |
| * | | | | | line-range-format.txt: document -L/RE/ relative search | Eric Sunshine | 2013-08-06 | 1 | -1/+3 | |
| * | | | | | log: teach -L/RE/ to search from end of previous -L range | Eric Sunshine | 2013-08-06 | 1 | -3/+12 | |
| * | | | | | blame: teach -L/RE/ to search from end of previous -L range | Eric Sunshine | 2013-08-06 | 2 | -1/+24 | |
| * | | | | | line-range: teach -L/RE/ to search relative to anchor point | Eric Sunshine | 2013-08-06 | 4 | -7/+32 | |
| * | | | | | blame: document multiple -L support | Eric Sunshine | 2013-08-06 | 2 | -6/+12 | |
| * | | | | | t8001/t8002: blame: add tests of multiple -L options | Eric Sunshine | 2013-08-06 | 1 | -0/+32 | |
| * | | | | | blame: accept multiple -L ranges | Eric Sunshine | 2013-08-06 | 1 | -32/+47 | |
| * | | | | | blame: inline one-line function into its lone caller | Eric Sunshine | 2013-08-06 | 1 | -14/+3 | |
| * | | | | | range-set: publish API for re-use by git-blame -L | Eric Sunshine | 2013-08-06 | 2 | -5/+17 | |
| * | | | | | line-range-format.txt: clarify -L:regex usage form | Eric Sunshine | 2013-08-06 | 3 | -8/+3 | |
| * | | | | | git-log.txt: place each -L option variation on its own line | Eric Sunshine | 2013-08-06 | 1 | -1/+2 | |
* | | | | | | Merge branch 'tr/log-full-diff-keep-true-parents' | Junio C Hamano | 2013-09-09 | 8 | -3/+134 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | log: use true parents for diff when walking reflogstr/log-full-diff-keep-true-parents | Thomas Rast | 2013-08-05 | 2 | -3/+47 | |
| * | | | | | | log: use true parents for diff even when rewriting | Thomas Rast | 2013-08-01 | 7 | -3/+90 | |
* | | | | | | | Merge branch 'jk/cat-file-batch-optim' | Junio C Hamano | 2013-09-09 | 3 | -5/+55 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | cat-file: only split on whitespace when %(rest) is usedjk/cat-file-batch-optim | Jeff King | 2013-08-05 | 3 | -5/+55 |