summaryrefslogtreecommitdiffstats
path: root/pathspec.c
AgeCommit message (Expand)AuthorLines
2023-02-06docs & comments: replace mentions of "git-add--interactive.perl"Ævar Arnfjörð Bjarmason-1/+1
2023-01-23Merge branch 'kn/attr-from-tree'Junio C Hamano-1/+1
2023-01-14attr: add flag `--source` to work with tree-ishKarthik Nayak-1/+1
2023-01-09use DUP_ARRAYRené Scharfe-4/+2
2022-08-08pathspec.h: move pathspec_needs_expanded_index() from reset.c to hereShaoxuan Yuan-0/+89
2022-06-07Merge branch 'jc/all-negative-pathspec'Junio C Hamano-1/+1
2022-05-29pathspec: correct an empty string used as a pathspec elementJunio C Hamano-1/+1
2021-09-28add: skip tracked paths outside sparse-checkout coneDerrick Stolee-2/+3
2021-07-29pathspec: stop calling ensure_full_indexDerrick Stolee-2/+0
2021-05-07Merge branch 'mt/add-rm-in-sparse-checkout'Junio C Hamano-3/+22
2021-04-30Merge branch 'ds/sparse-index-protections'Junio C Hamano-3/+5
2021-04-14pathspec: ensure full indexDerrick Stolee-0/+2
2021-04-14*: remove 'const' qualifier for struct index_stateDerrick Stolee-3/+3
2021-04-08add: warn when asked to update SKIP_WORKTREE entriesMatheus Tavares-0/+15
2021-04-08pathspec: allow to ignore SKIP_WORKTREE entries on index matchingMatheus Tavares-3/+7
2021-03-13use CALLOC_ARRAYRené Scharfe-2/+2
2020-07-30strvec: rename struct fieldsJeff King-1/+1
2020-07-28strvec: convert remaining callers away from argv_array nameJeff King-3/+3
2020-07-28strvec: rename files from argv-array to strvecJeff King-1/+1
2020-03-15prefix_path: show gitdir if worktree unavailableEmily Shaffer-2/+6
2020-02-16prefix_path: show gitdir when arg is outside repoEmily Shaffer-1/+2
2019-11-20pathspec: add new function to parse fileAlexandr Miloslavskiy-0/+38
2019-02-06Merge branch 'nd/the-index-final'Junio C Hamano-1/+0
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy-1/+0
2018-11-19dir.c: move, rename and export match_attrs()Nguyễn Thái Ngọc Duy-0/+38
2018-08-13pathspec.c: use the right index instead of the_indexNguyễn Thái Ngọc Duy-1/+1
2018-08-13dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy-1/+1
2018-05-06Convert remaining die*(BUG) messagesJohannes Schindelin-1/+1
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin-5/+5
2017-11-06Merge branch 'ex/deprecate-empty-pathspec-as-match-all'Junio C Hamano-7/+4
2017-09-21pathspec doc: parse_pathspec does not maintain references to argsJonathan Nieder-4/+0
2017-06-27Spelling fixesVille Skyttä-1/+1
2017-06-24Merge branch 'ab/free-and-null'Junio C Hamano-2/+1
2017-06-24Merge branch 'bw/config-h'Junio C Hamano-0/+1
2017-06-23pathspec: die on empty strings as pathspecEmily Xie-7/+4
2017-06-16coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason-2/+1
2017-06-15config: don't include config.h by defaultBrandon Williams-0/+1
2017-05-12pathspec: convert find_pathspecs_matching_against_index to take an indexBrandon Williams-4/+7
2017-05-12pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_CHEAPBrandon Williams-15/+0
2017-05-12pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_EXPENSIVE flagBrandon Williams-29/+0
2017-05-10submodule: add die_in_unpopulated_submodule functionBrandon Williams-29/+0
2017-05-10pathspec: provide a more descriptive die messageBrandon Williams-1/+1
2017-04-26Merge branch 'ps/pathspec-empty-prefix-origin'Junio C Hamano-1/+1
2017-04-16pathspec: fix segfault in clear_pathspecBrandon Williams-1/+1
2017-04-14pathspec: honor `PATHSPEC_PREFIX_ORIGIN` with empty prefixPatrick Steinhardt-1/+1
2017-03-13pathspec: allow escaped query valuesBrandon Williams-4/+48
2017-03-13pathspec: allow querying for attributesBrandon Williams-5/+108
2017-02-10pathspec: don't error out on all-exclusionary pathspec patternsLinus Torvalds-5/+10
2017-02-10pathspec magic: add '^' as alias for '!'Linus Torvalds-0/+6
2017-01-09pathspec: give better message for submodule related pathspec errorStefan Beller-2/+33