summaryrefslogtreecommitdiff
path: root/pathspec.c
Commit message (Expand)AuthorAgeFilesLines
...
* | pathspec: create parse_short_magic functionBrandon Williams2017-01-081-18/+36
* | pathspec: factor global magic into its own functionBrandon Williams2017-01-081-49/+78
* | pathspec: simpler logic to prefix original pathspec elementsBrandon Williams2017-01-081-20/+13
* | pathspec: always show mnemonic and name in unsupported_magicBrandon Williams2017-01-081-15/+9
* | pathspec: remove unused variable from unsupported_magicBrandon Williams2017-01-081-3/+2
* | pathspec: copy and free owned memoryBrandon Williams2017-01-081-4/+19
* | pathspec: remove the deprecated get_pathspec functionBrandon Williams2017-01-081-39/+3
* | Merge branch 'ex/deprecate-empty-pathspec-as-match-all'Junio C Hamano2016-10-261-2/+9
|\ \ | |/
| * pathspec: warn on empty strings as pathspecEmily Xie2016-06-221-2/+9
* | Merge branch 'rs/qsort'Junio C Hamano2016-10-101-2/+1
|\ \
| * | use QSORTRené Scharfe2016-09-291-2/+1
* | | use COPY_ARRAYrs/copy-arrayRené Scharfe2016-09-251-2/+1
|/ /
* | pathspec: rename free_pathspec() to clear_pathspec()jc/clear-pathspecJunio C Hamano2016-06-021-1/+1
|/
* convert trivial cases to ALLOC_ARRAYJeff King2016-02-221-2/+3
* Merge branch 'maint'Junio C Hamano2014-07-211-2/+1
|\
| * use xcalloc() to allocate zero-initialized memoryRené Scharfe2014-07-211-2/+1
* | use strbuf_addch for adding single charactersRené Scharfe2014-07-101-1/+1
|/
* pathspec: convert some match_pathspec_depth() to ce_path_match()Nguyễn Thái Ngọc Duy2014-02-241-1/+1
* Merge branch 'nd/negative-pathspec'Junio C Hamano2014-01-101-11/+26
|\
| * pathspec.c: support adding prefix magic to a pathspec with mnemonic magicNguyễn Thái Ngọc Duy2013-12-061-10/+18
| * Support pathspec magic :(exclude) and its short form :!Nguyễn Thái Ngọc Duy2013-12-061-1/+8
* | Merge branch 'cc/starts-n-ends-with'Junio C Hamano2013-12-171-1/+1
|\ \ | |/ |/|
| * replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-withChristian Couder2013-12-051-1/+1
* | Merge branch 'mi/typofixes'Junio C Hamano2013-12-031-2/+2
|\ \ | |/ |/|
| * typofixes: fix misspelt commentsMasanari Iida2013-11-121-2/+2
* | pathspec: stop --*-pathspecs impact on internal parse_pathspec() usesnd/literal-pathspecsnd/liteal-pathspecsNguyễn Thái Ngọc Duy2013-10-281-1/+8
|/
* Merge branch 'nd/magic-pathspec'Junio C Hamano2013-09-091-1/+3
|\
| * pathspec: catch prepending :(prefix) on pathspec with short magicNguyễn Thái Ngọc Duy2013-09-051-1/+3
* | Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-091-39/+410
|\ \ | |/
| * 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