Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | remove init_pathspec() in favor of parse_pathspec() | Nguyễn Thái Ngọc Duy | 2013-07-15 | 10 | -81/+21 | |
| * | | | | | | remove diff_tree_{setup,release}_paths | Nguyễn Thái Ngọc Duy | 2013-07-15 | 7 | -32/+22 | |
| * | | | | | | convert common_prefix() to use struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 4 | -19/+18 | |
| * | | | | | | convert add_files_to_cache to take struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 3 | -6/+9 | |
| * | | | | | | convert {read,fill}_directory to take struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 7 | -12/+20 | |
| * | | | | | | convert refresh_index to take struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 5 | -13/+13 | |
| * | | | | | | convert report_path_error to take struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 4 | -18/+19 | |
| * | | | | | | checkout: convert read_tree_some to take struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 3 | -9/+6 | |
| * | | | | | | 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 |