summaryrefslogtreecommitdiff
path: root/pathspec.h
AgeCommit message (Expand)Author
2013-07-15check-ignore: convert to use parse_pathspecNguyễn Thái Ngọc Duy
2013-07-15guard against new pathspec magic in pathspec matching codeNguyễn Thái Ngọc Duy
2013-07-15parse_pathspec: support prefixing original patternsNguyễn Thái Ngọc Duy
2013-07-15parse_pathspec: support stripping/checking submodule pathsNguyễn Thái Ngọc Duy
2013-07-15parse_pathspec: support stripping submodule trailing slashesNguyễn Thái Ngọc Duy
2013-07-15parse_pathspec: add special flag for max_depth featureNguyễn Thái Ngọc Duy
2013-07-15parse_pathspec: add PATHSPEC_PREFER_{CWD,FULL} flagsNguyễn Thái Ngọc Duy
2013-07-15parse_pathspec: save original pathspec for reportingNguyễn Thái Ngọc Duy
2013-07-15add parse_pathspec() that converts cmdline args to struct pathspecNguyễn Thái Ngọc Duy
2013-07-15pathspec: add copy_pathspecNguyễn Thái Ngọc Duy
2013-07-15move struct pathspec and related functions to pathspec.[ch]Nguyễn Thái Ngọc Duy
2013-01-06add.c: extract new die_if_path_beyond_symlink() for reuseAdam Spiers
2013-01-06add.c: extract check_path_for_gitlink() from treat_gitlinks() for reuseAdam Spiers
2013-01-06pathspec.c: rename newly public functions for clarityAdam Spiers
2013-01-06add.c: move pathspec matchers into new pathspec.c for reuseAdam Spiers