summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | convert unmerge_cache to take struct pathspecNguyễn Thái Ngọc Duy2013-07-153-4/+4
| * | | | | convert run_add_interactive to use struct pathspecNguyễn Thái Ngọc Duy2013-07-154-26/+19
| * | | | | convert read_cache_preload() to take struct pathspecNguyễn Thái Ngọc Duy2013-07-157-17/+19
| * | | | | line-log: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-151-1/+1
| * | | | | reset: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-151-10/+16
| * | | | | add: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-152-101/+45
| * | | | | check-ignore: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-154-18/+32
| * | | | | archive: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-152-9/+14
| * | | | | ls-files: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-151-33/+13
| * | | | | rm: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-151-12/+12
| * | | | | checkout: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-151-13/+21
| * | | | | 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