summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | rerere: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-153-8/+13
| * | | status: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-153-14/+13
| * | | commit: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-151-9/+9
| * | | clean: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-151-7/+10
| * | | guard against new pathspec magic in pathspec matching codeNguyễn Thái Ngọc Duy2013-07-156-0/+51
| * | | parse_pathspec: support prefixing original patternsNguyễn Thái Ngọc Duy2013-07-152-1/+12
| * | | parse_pathspec: support stripping/checking submodule pathsNguyễn Thái Ngọc Duy2013-07-152-0/+36
| * | | parse_pathspec: support stripping submodule trailing slashesNguyễn Thái Ngọc Duy2013-07-152-0/+11
| * | | parse_pathspec: add special flag for max_depth featureNguyễn Thái Ngọc Duy2013-07-157-10/+25
| * | | convert some get_pathspec() calls to parse_pathspec()Nguyễn Thái Ngọc Duy2013-07-154-8/+17
| * | | parse_pathspec: add PATHSPEC_PREFER_{CWD,FULL} flagsNguyễn Thái Ngọc Duy2013-07-152-1/+16
| * | | parse_pathspec: save original pathspec for reportingNguyễn Thái Ngọc Duy2013-07-153-0/+4
| * | | add parse_pathspec() that converts cmdline args to struct pathspecNguyễn Thái Ngọc Duy2013-07-155-41/+163
| * | | pathspec: add copy_pathspecNguyễn Thái Ngọc Duy2013-07-153-6/+16
| * | | pathspec: i18n-ize error strings in pathspec parsing codeNguyễn Thái Ngọc Duy2013-07-151-3/+3
| * | | move struct pathspec and related functions to pathspec.[ch]Nguyễn Thái Ngọc Duy2013-07-1513-169/+182
| * | | clean: remove unused variable "seen"Nguyễn Thái Ngọc Duy2013-07-151-9/+2
* | | | Merge branch 'es/blame-L-twice'Junio C Hamano2013-09-0911-88/+282
|\ \ \ \ | | |_|/ | |/| |
| * | | line-range: reject -L line numbers less than 1es/blame-L-twiceEric Sunshine2013-08-062-10/+13
| * | | t8001/t8002: blame: add tests of -L line numbers less than 1Eric Sunshine2013-08-061-0/+12
| * | | line-range: teach -L^:RE to search from start of fileEric Sunshine2013-08-064-2/+26
| * | | line-range: teach -L:RE to search from end of previous -L rangeEric Sunshine2013-08-064-7/+25
| * | | line-range: teach -L^/RE/ to search from start of fileEric Sunshine2013-08-063-2/+30
| * | | line-range-format.txt: document -L/RE/ relative searchEric Sunshine2013-08-061-1/+3
| * | | log: teach -L/RE/ to search from end of previous -L rangeEric Sunshine2013-08-061-3/+12
| * | | blame: teach -L/RE/ to search from end of previous -L rangeEric Sunshine2013-08-062-1/+24
| * | | line-range: teach -L/RE/ to search relative to anchor pointEric Sunshine2013-08-064-7/+32
| * | | blame: document multiple -L supportEric Sunshine2013-08-062-6/+12
| * | | t8001/t8002: blame: add tests of multiple -L optionsEric Sunshine2013-08-061-0/+32
| * | | blame: accept multiple -L rangesEric Sunshine2013-08-061-32/+47
| * | | blame: inline one-line function into its lone callerEric Sunshine2013-08-061-14/+3
| * | | range-set: publish API for re-use by git-blame -LEric Sunshine2013-08-062-5/+17
| * | | line-range-format.txt: clarify -L:regex usage formEric Sunshine2013-08-063-8/+3
| * | | git-log.txt: place each -L option variation on its own lineEric Sunshine2013-08-061-1/+2
* | | | Merge branch 'tr/log-full-diff-keep-true-parents'Junio C Hamano2013-09-098-3/+134
|\ \ \ \
| * | | | log: use true parents for diff when walking reflogstr/log-full-diff-keep-true-parentsThomas Rast2013-08-052-3/+47
| * | | | log: use true parents for diff even when rewritingThomas Rast2013-08-017-3/+90
* | | | | Merge branch 'jk/cat-file-batch-optim'Junio C Hamano2013-09-093-5/+55
|\ \ \ \ \
| * | | | | cat-file: only split on whitespace when %(rest) is usedjk/cat-file-batch-optimJeff King2013-08-053-5/+55
* | | | | | Merge branch 'es/blame-L-more'Junio C Hamano2013-09-095-19/+166
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | blame: reject empty ranges -L,+0 and -L,-0es/blame-L-moreEric Sunshine2013-08-052-3/+3
| * | | | | t8001/t8002: blame: demonstrate acceptance of bogus -L,+0 and -L,-0Eric Sunshine2013-08-051-0/+8
| * | | | | blame: reject empty ranges -LX,+0 and -LX,-0Eric Sunshine2013-08-052-2/+4
| * | | | | t8001/t8002: blame: demonstrate acceptance of bogus -LX,+0 and -LX,-0Eric Sunshine2013-08-051-0/+8
| * | | | | log: fix -L bounds checking bugEric Sunshine2013-08-052-3/+3
| * | | | | t4211: retire soon-to-be unimplementable testsEric Sunshine2013-08-051-13/+0
| * | | | | t4211: log: demonstrate -L bounds checking bugEric Sunshine2013-08-051-0/+30
| * | | | | blame: fix -L bounds checking bugEric Sunshine2013-08-052-6/+6
| * | | | | t8001/t8002: blame: add empty file & partial-line testsEric Sunshine2013-08-051-0/+72
| * | | | | t8001/t8002: blame: demonstrate -L bounds checking bugEric Sunshine2013-08-051-0/+22