aboutsummaryrefslogtreecommitdiff
path: root/pathspec.c
Commit message (Expand)AuthorAge
* Merge branch 'ps/pathspec-empty-prefix-origin'Junio C Hamano2017-04-26
|\
| * pathspec: honor `PATHSPEC_PREFIX_ORIGIN` with empty prefixPatrick Steinhardt2017-04-14
* | pathspec: fix segfault in clear_pathspecBrandon Williams2017-04-16
|/
* pathspec: allow escaped query valuesBrandon Williams2017-03-13
* pathspec: allow querying for attributesBrandon Williams2017-03-13
* pathspec: don't error out on all-exclusionary pathspec patternsLinus Torvalds2017-02-10
* pathspec magic: add '^' as alias for '!'Linus Torvalds2017-02-10
* pathspec: give better message for submodule related pathspec errorStefan Beller2017-01-09
* pathspec: rename prefix_pathspec to init_pathspec_itemBrandon Williams2017-01-08
* pathspec: small readability changesBrandon Williams2017-01-08
* pathspec: create strip submodule slash helpersBrandon Williams2017-01-08
* pathspec: create parse_element_magic helperBrandon Williams2017-01-08
* pathspec: create parse_long_magic functionBrandon Williams2017-01-08
* pathspec: create parse_short_magic functionBrandon Williams2017-01-08
* pathspec: factor global magic into its own functionBrandon Williams2017-01-08
* pathspec: simpler logic to prefix original pathspec elementsBrandon Williams2017-01-08
* pathspec: always show mnemonic and name in unsupported_magicBrandon Williams2017-01-08
* pathspec: remove unused variable from unsupported_magicBrandon Williams2017-01-08
* pathspec: copy and free owned memoryBrandon Williams2017-01-08
* pathspec: remove the deprecated get_pathspec functionBrandon Williams2017-01-08
* Merge branch 'ex/deprecate-empty-pathspec-as-match-all'Junio C Hamano2016-10-26
|\
| * pathspec: warn on empty strings as pathspecEmily Xie2016-06-22
* | Merge branch 'rs/qsort'Junio C Hamano2016-10-10
|\ \
| * | use QSORTRené Scharfe2016-09-29
* | | use COPY_ARRAYRené Scharfe2016-09-25
|/ /
* | pathspec: rename free_pathspec() to clear_pathspec()Junio C Hamano2016-06-02
|/
* convert trivial cases to ALLOC_ARRAYJeff King2016-02-22
* Merge branch 'maint'Junio C Hamano2014-07-21
|\
| * use xcalloc() to allocate zero-initialized memoryRené Scharfe2014-07-21
* | use strbuf_addch for adding single charactersRené Scharfe2014-07-10
|/
* pathspec: convert some match_pathspec_depth() to ce_path_match()Nguyễn Thái Ngọc Duy2014-02-24
* Merge branch 'nd/negative-pathspec'Junio C Hamano2014-01-10
|\
| * pathspec.c: support adding prefix magic to a pathspec with mnemonic magicNguyễn Thái Ngọc Duy2013-12-06
| * Support pathspec magic :(exclude) and its short form :!Nguyễn Thái Ngọc Duy2013-12-06
* | Merge branch 'cc/starts-n-ends-with'Junio C Hamano2013-12-17
|\ \ | |/ |/|
| * replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-05
* | Merge branch 'mi/typofixes'Junio C Hamano2013-12-03
|\ \ | |/ |/|
| * typofixes: fix misspelt commentsMasanari Iida2013-11-12
* | 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
|\
| * pathspec: catch prepending :(prefix) on pathspec with short magicNguyễn Thái Ngọc Duy2013-09-05
* | Merge branch 'jl/submodule-mv'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: make --literal-pathspecs disable pathspec magicNguyễ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: preserve prefix length via PATHSPEC_PREFIX_ORIGINNguyễ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