summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | remove init_pathspec() in favor of parse_pathspec()Nguyễn Thái Ngọc Duy2013-07-1510-81/+21
| * | | | | | remove diff_tree_{setup,release}_pathsNguyễn Thái Ngọc Duy2013-07-157-32/+22
| * | | | | | convert common_prefix() to use struct pathspecNguyễn Thái Ngọc Duy2013-07-154-19/+18
| * | | | | | convert add_files_to_cache to take struct pathspecNguyễn Thái Ngọc Duy2013-07-153-6/+9
| * | | | | | convert {read,fill}_directory to take struct pathspecNguyễn Thái Ngọc Duy2013-07-157-12/+20
| * | | | | | convert refresh_index to take struct pathspecNguyễn Thái Ngọc Duy2013-07-155-13/+13
| * | | | | | convert report_path_error to take struct pathspecNguyễn Thái Ngọc Duy2013-07-154-18/+19
| * | | | | | checkout: convert read_tree_some to take struct pathspecNguyễn Thái Ngọc Duy2013-07-153-9/+6
| * | | | | | 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