summaryrefslogtreecommitdiffstats
path: root/pathspec.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ex/deprecate-empty-pathspec-as-match-all'Junio C Hamano2017-11-061-7/+4
|\
| * pathspec: die on empty strings as pathspecEmily Xie2017-06-231-7/+4
* | pathspec doc: parse_pathspec does not maintain references to argsJonathan Nieder2017-09-211-4/+0
* | Spelling fixesVille Skyttä2017-06-271-1/+1
* | Merge branch 'ab/free-and-null'Junio C Hamano2017-06-241-2/+1
|\ \
| * | coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason2017-06-161-2/+1
* | | Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\ \ \ | |/ / |/| |
| * | config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* | | pathspec: convert find_pathspecs_matching_against_index to take an indexBrandon Williams2017-05-121-4/+7
* | | pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_CHEAPBrandon Williams2017-05-121-15/+0
* | | pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_EXPENSIVE flagBrandon Williams2017-05-121-29/+0
* | | submodule: add die_in_unpopulated_submodule functionBrandon Williams2017-05-101-29/+0
* | | pathspec: provide a more descriptive die messageBrandon Williams2017-05-101-1/+1
|/ /
* | Merge branch 'ps/pathspec-empty-prefix-origin'Junio C Hamano2017-04-261-1/+1
|\ \
| * | pathspec: honor `PATHSPEC_PREFIX_ORIGIN` with empty prefixPatrick Steinhardt2017-04-151-1/+1
* | | pathspec: fix segfault in clear_pathspecBrandon Williams2017-04-171-1/+1
|/ /
* | pathspec: allow escaped query valuesBrandon Williams2017-03-131-4/+48
* | pathspec: allow querying for attributesBrandon Williams2017-03-131-5/+108
* | pathspec: don't error out on all-exclusionary pathspec patternsLinus Torvalds2017-02-101-5/+10
* | pathspec magic: add '^' as alias for '!'Linus Torvalds2017-02-101-0/+6
* | pathspec: give better message for submodule related pathspec errorStefan Beller2017-01-101-2/+33
* | pathspec: rename prefix_pathspec to init_pathspec_itemBrandon Williams2017-01-091-17/+7
* | pathspec: small readability changesBrandon Williams2017-01-091-10/+15
* | pathspec: create strip submodule slash helpersBrandon Williams2017-01-091-26/+42
* | pathspec: create parse_element_magic helperBrandon Williams2017-01-091-17/+20
* | pathspec: create parse_long_magic functionBrandon Williams2017-01-091-35/+57
* | pathspec: create parse_short_magic functionBrandon Williams2017-01-091-18/+36
* | pathspec: factor global magic into its own functionBrandon Williams2017-01-091-49/+78
* | pathspec: simpler logic to prefix original pathspec elementsBrandon Williams2017-01-091-20/+13
* | pathspec: always show mnemonic and name in unsupported_magicBrandon Williams2017-01-091-15/+9
* | pathspec: remove unused variable from unsupported_magicBrandon Williams2017-01-091-3/+2
* | pathspec: copy and free owned memoryBrandon Williams2017-01-091-4/+19
* | pathspec: remove the deprecated get_pathspec functionBrandon Williams2017-01-091-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-231-2/+9
* | Merge branch 'rs/qsort'Junio C Hamano2016-10-101-2/+1
|\ \
| * | use QSORTRené Scharfe2016-09-301-2/+1
* | | use COPY_ARRAYRené Scharfe2016-09-261-2/+1
|/ /
* / pathspec: rename free_pathspec() to clear_pathspec()Junio 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()Christian Couder2013-12-051-1/+1
* | Merge branch 'mi/typofixes'Junio C Hamano2013-12-031-2/+2
|\ \ | |/ |/|