summaryrefslogtreecommitdiff
path: root/pathspec.c
Commit message (Expand)AuthorAgeFilesLines
* pathspec: catch prepending :(prefix) on pathspec with short magicNguyễn Thái Ngọc Duy2013-09-051-1/+3
* parse_pathspec: accept :(icase)path syntaxNguyễn Thái Ngọc Duy2013-07-151-1/+8
* pathspec: support :(glob) syntaxNguyễn Thái Ngọc Duy2013-07-151-5/+42
* pathspec: make --literal-pathspecs disable pathspec magicNguyễn Thái Ngọc Duy2013-07-151-1/+1
* pathspec: support :(literal) syntax for noglob pathspecNguyễn Thái Ngọc Duy2013-07-151-3/+8
* kill limit_pathspec_to_literal() as it's only used by parse_pathspec()Nguyễn Thái Ngọc Duy2013-07-151-2/+6
* parse_pathspec: preserve prefix length via PATHSPEC_PREFIX_ORIGINNguyễn Thái Ngọc Duy2013-07-151-5/+36
* parse_pathspec: make sure the prefix part is wildcard-freeNguyễn Thái Ngọc Duy2013-07-151-4/+17
* rename field "raw" to "_raw" in struct pathspecNguyễn Thái Ngọc Duy2013-07-151-3/+3
* remove match_pathspec() in favor of match_pathspec_depth()Nguyễn Thái Ngọc Duy2013-07-151-12/+7
* remove init_pathspec() in favor of parse_pathspec()Nguyễn Thái Ngọc Duy2013-07-151-0/+6
* add: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-151-43/+0
* check-ignore: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-151-1/+5
* parse_pathspec: support prefixing original patternsNguyễn Thái Ngọc Duy2013-07-151-1/+11
* parse_pathspec: support stripping/checking submodule pathsNguyễn Thái Ngọc Duy2013-07-151-0/+26
* parse_pathspec: support stripping submodule trailing slashesNguyễn Thái Ngọc Duy2013-07-151-0/+9
* parse_pathspec: add special flag for max_depth featureNguyễn Thái Ngọc Duy2013-07-151-2/+6
* parse_pathspec: add PATHSPEC_PREFER_{CWD,FULL} flagsNguyễn Thái Ngọc Duy2013-07-151-1/+12
* parse_pathspec: save original pathspec for reportingNguyễn Thái Ngọc Duy2013-07-151-0/+2
* add parse_pathspec() that converts cmdline args to struct pathspecNguyễn Thái Ngọc Duy2013-07-151-38/+130
* pathspec: add copy_pathspecNguyễn Thái Ngọc Duy2013-07-151-0/+8
* 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-151-0/+150
* add.c: extract new die_if_path_beyond_symlink() for reuseAdam Spiers2013-01-061-0/+12
* add.c: extract check_path_for_gitlink() from treat_gitlinks() for reuseAdam Spiers2013-01-061-0/+31
* pathspec.c: rename newly public functions for clarityAdam Spiers2013-01-061-8/+9
* add.c: move pathspec matchers into new pathspec.c for reuseAdam Spiers2013-01-061-0/+57