summaryrefslogtreecommitdiff
path: root/pathspec.c
AgeCommit message (Expand)Author
2014-01-10Merge branch 'nd/negative-pathspec'Junio C Hamano
2013-12-17Merge branch 'cc/starts-n-ends-with'Junio C Hamano
2013-12-06pathspec.c: support adding prefix magic to a pathspec with mnemonic magicNguyễn Thái Ngọc Duy
2013-12-06Support pathspec magic :(exclude) and its short form :!Nguyễn Thái Ngọc Duy
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-12-03Merge branch 'mi/typofixes'Junio C Hamano
2013-11-12typofixes: fix misspelt commentsMasanari Iida
2013-10-28pathspec: stop --*-pathspecs impact on internal parse_pathspec() usesNguyễn Thái Ngọc Duy
2013-09-09Merge branch 'nd/magic-pathspec'Junio C Hamano
2013-09-09Merge branch 'jl/submodule-mv'Junio C Hamano
2013-09-05pathspec: catch prepending :(prefix) on pathspec with short magicNguyễn Thái Ngọc Duy
2013-07-15parse_pathspec: accept :(icase)path syntaxNguyễn Thái Ngọc Duy
2013-07-15pathspec: support :(glob) syntaxNguyễn Thái Ngọc Duy
2013-07-15pathspec: make --literal-pathspecs disable pathspec magicNguyễn Thái Ngọc Duy
2013-07-15pathspec: support :(literal) syntax for noglob pathspecNguyễn Thái Ngọc Duy
2013-07-15kill limit_pathspec_to_literal() as it's only used by parse_pathspec()Nguyễn Thái Ngọc Duy
2013-07-15parse_pathspec: preserve prefix length via PATHSPEC_PREFIX_ORIGINNguyễn Thái Ngọc Duy
2013-07-15parse_pathspec: make sure the prefix part is wildcard-freeNguyễn Thái Ngọc Duy
2013-07-15rename field "raw" to "_raw" in struct pathspecNguyễn Thái Ngọc Duy
2013-07-15remove match_pathspec() in favor of match_pathspec_depth()Nguyễn Thái Ngọc Duy
2013-07-15remove init_pathspec() in favor of parse_pathspec()Nguyễn Thái Ngọc Duy
2013-07-15add: convert to use parse_pathspecNguyễn Thái Ngọc Duy
2013-07-15check-ignore: convert to use parse_pathspecNguyễ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-15pathspec: i18n-ize error strings in pathspec parsing codeNguyễ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-07-09Convert "struct cache_entry *" to "const ..." wherever possibleNguyễ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