summaryrefslogtreecommitdiff
path: root/pathspec.c
Commit message (Expand)AuthorAgeFilesLines
* docs & comments: replace mentions of "git-add--interactive.perl"Ævar Arnfjörð Bjarmason2023-02-061-1/+1
* Merge branch 'kn/attr-from-tree'Junio C Hamano2023-01-231-1/+1
|\
| * attr: add flag `--source` to work with tree-ishKarthik Nayak2023-01-141-1/+1
* | use DUP_ARRAYRené Scharfe2023-01-091-4/+2
|/
* pathspec.h: move pathspec_needs_expanded_index() from reset.c to hereShaoxuan Yuan2022-08-081-0/+89
* Merge branch 'jc/all-negative-pathspec'Junio C Hamano2022-06-071-1/+1
|\
| * pathspec: correct an empty string used as a pathspec elementJunio C Hamano2022-05-291-1/+1
* | add: skip tracked paths outside sparse-checkout coneDerrick Stolee2021-09-281-2/+3
* | pathspec: stop calling ensure_full_indexDerrick Stolee2021-07-291-2/+0
* | Merge branch 'mt/add-rm-in-sparse-checkout'Junio C Hamano2021-05-071-3/+22
|\ \
| * | add: warn when asked to update SKIP_WORKTREE entriesMatheus Tavares2021-04-081-0/+15
| * | pathspec: allow to ignore SKIP_WORKTREE entries on index matchingMatheus Tavares2021-04-081-3/+7
| |/
* | Merge branch 'ds/sparse-index-protections'Junio C Hamano2021-04-301-3/+5
|\ \
| * | pathspec: ensure full indexDerrick Stolee2021-04-141-0/+2
| * | *: remove 'const' qualifier for struct index_stateDerrick Stolee2021-04-141-3/+3
| |/
* | use CALLOC_ARRAYRené Scharfe2021-03-131-2/+2
|/
* strvec: rename struct fieldsJeff King2020-07-301-1/+1
* strvec: convert remaining callers away from argv_array nameJeff King2020-07-281-3/+3
* strvec: rename files from argv-array to strvecJeff King2020-07-281-1/+1
* prefix_path: show gitdir if worktree unavailableEmily Shaffer2020-03-151-2/+6
* prefix_path: show gitdir when arg is outside repoEmily Shaffer2020-02-161-1/+2
* pathspec: add new function to parse fileAlexandr Miloslavskiy2019-11-201-0/+38
* Merge branch 'nd/the-index-final'Junio C Hamano2019-02-061-1/+0
|\
| * cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy2019-01-241-1/+0
* | dir.c: move, rename and export match_attrs()Nguyễn Thái Ngọc Duy2018-11-191-0/+38
|/
* pathspec.c: use the right index instead of the_indexNguyễn Thái Ngọc Duy2018-08-131-1/+1
* dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy2018-08-131-1/+1
* Convert remaining die*(BUG) messagesJohannes Schindelin2018-05-061-1/+1
* Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-061-5/+5
* Merge branch 'ex/deprecate-empty-pathspec-as-match-all'Junio C Hamano2017-11-061-7/+4
|\
| * pathspec: die on empty strings as pathspecex/deprecate-empty-pathspec-as-match-allEmily Xie2017-06-231-7/+4
* | pathspec doc: parse_pathspec does not maintain references to argsjk/revision-remove-cmdline-pathspecJonathan Nieder2017-09-211-4/+0
* | Spelling fixesvs/typofixesVille 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 indexbw/pathspec-sans-the-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 prefixps/pathspec-empty-prefix-originPatrick Steinhardt2017-04-141-1/+1
* | | pathspec: fix segfault in clear_pathspecbw/attr-pathspecBrandon Williams2017-04-161-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 patternslt/pathspec-negativeLinus 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 errorsb/pathspec-errorsStefan Beller2017-01-091-2/+33