aboutsummaryrefslogtreecommitdiff
path: root/pathspec.h
Commit message (Expand)AuthorAge
* Merge branch 'bw/pathspec-match-submodule-boundary'Junio C Hamano2017-12-19
|\
| * pathspec: only match across submodule boundaries when requestedBrandon Williams2017-12-05
* | pathspec doc: parse_pathspec does not maintain references to argsJonathan Nieder2017-09-21
|/
* pathspec: convert find_pathspecs_matching_against_index to take an indexBrandon Williams2017-05-12
* pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_CHEAPBrandon Williams2017-05-12
* pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_EXPENSIVE flagBrandon Williams2017-05-12
* pathspec: allow querying for attributesBrandon Williams2017-03-13
* pathspec: copy and free owned memoryBrandon Williams2017-01-08
* pathspec: remove the deprecated get_pathspec functionBrandon Williams2017-01-08
* Merge branch 'bw/pathspec-remove-unused-extern-decl'Junio C Hamano2016-09-21
|\
| * pathspec: remove unnecessary function prototypesBrandon Williams2016-09-13
* | pathspec: rename free_pathspec() to clear_pathspec()Junio C Hamano2016-06-02
|/
* Support pathspec magic :(exclude) and its short form :!Nguyễn Thái Ngọc Duy2013-12-06
* pathspec: stop --*-pathspecs impact on internal parse_pathspec() usesNguyễn Thái Ngọc Duy2013-10-28
* Merge branch 'nd/magic-pathspec'Junio C Hamano2013-09-09
* parse_pathspec: accept :(icase)path syntaxNguyễn Thái Ngọc Duy2013-07-15
* pathspec: support :(glob) syntaxNguyễn Thái Ngọc Duy2013-07-15
* pathspec: support :(literal) syntax for noglob pathspecNguyễn Thái Ngọc Duy2013-07-15
* kill limit_pathspec_to_literal() as it's only used by parse_pathspec()Nguyễn Thái Ngọc Duy2013-07-15
* parse_pathspec: make sure the prefix part is wildcard-freeNguyễn Thái Ngọc Duy2013-07-15
* rename field "raw" to "_raw" in struct pathspecNguyễn Thái Ngọc Duy2013-07-15
* remove match_pathspec() in favor of match_pathspec_depth()Nguyễn Thái Ngọc Duy2013-07-15
* remove init_pathspec() in favor of parse_pathspec()Nguyễn Thái Ngọc Duy2013-07-15
* check-ignore: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-15
* guard against new pathspec magic in pathspec matching codeNguyễn Thái Ngọc Duy2013-07-15
* parse_pathspec: support prefixing original patternsNguyễn Thái Ngọc Duy2013-07-15
* parse_pathspec: support stripping/checking submodule pathsNguyễn Thái Ngọc Duy2013-07-15
* parse_pathspec: support stripping submodule trailing slashesNguyễn Thái Ngọc Duy2013-07-15
* parse_pathspec: add special flag for max_depth featureNguyễn Thái Ngọc Duy2013-07-15
* parse_pathspec: add PATHSPEC_PREFER_{CWD,FULL} flagsNguyễn Thái Ngọc Duy2013-07-15
* parse_pathspec: save original pathspec for reportingNguyễn Thái Ngọc Duy2013-07-15
* add parse_pathspec() that converts cmdline args to struct pathspecNguyễn Thái Ngọc Duy2013-07-15
* pathspec: add copy_pathspecNguyễn Thái Ngọc Duy2013-07-15
* move struct pathspec and related functions to pathspec.[ch]Nguyễn Thái Ngọc Duy2013-07-15
* add.c: extract new die_if_path_beyond_symlink() for reuseAdam Spiers2013-01-06
* add.c: extract check_path_for_gitlink() from treat_gitlinks() for reuseAdam Spiers2013-01-06
* pathspec.c: rename newly public functions for clarityAdam Spiers2013-01-06
* add.c: move pathspec matchers into new pathspec.c for reuseAdam Spiers2013-01-06