summaryrefslogtreecommitdiffstats
path: root/pathspec.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt2024-12-061-0/+1
* environment: make `get_git_work_tree()` accept a repositoryPatrick Steinhardt2024-09-121-1/+1
* environment: make `get_git_dir()` accept a repositoryPatrick Steinhardt2024-09-121-1/+1
* global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+2
* attr: enable attr pathspec magic for git-add and git-stashJoanna Wang2023-11-041-9/+30
* grep: die gracefully when outside repositoryKristoffer Haugsbakk2023-10-201-1/+6
* parse: separate out parsing functions from config.hCalvin Wan2023-09-301-1/+1
* git-compat-util.h: remove unneccessary include of wildmatch.hElijah Newren2023-06-211-0/+1
* cache.h: remove this no-longer-used headerElijah Newren2023-06-211-1/+1
* read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren2023-06-211-0/+1
* Merge branch 'jk/log-follow-with-non-literal-pathspec'Junio C Hamano2023-06-211-7/+12
|\
| * pathspec: factor out magic-to-name functionJeff King2023-06-031-7/+12
* | Merge branch 'jc/attr-source-tree'Junio C Hamano2023-05-171-1/+1
|\ \
| * | attr: teach "--attr-source=<tree>" global option to "git"John Cai2023-05-061-1/+1
* | | hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren2023-04-241-0/+1
* | | symlinks.h: move declarations for symlinks.c functions from cache.hElijah Newren2023-04-241-0/+1
|/ /
* | setup.h: move declarations for setup.c functions from cache.hElijah Newren2023-03-211-0/+1
* | environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
* | abspath.h: move absolute path functions from cache.hElijah Newren2023-03-211-0/+1
* | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
|/
* docs & comments: replace mentions of "git-add--interactive.perl"Ævar Arnfjörð Bjarmason2023-02-071-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-301-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-141-2/+2
|/
* strvec: rename struct fieldsJeff King2020-07-311-1/+1
* strvec: convert remaining callers away from argv_array nameJeff King2020-07-291-3/+3
* strvec: rename files from argv-array to strvecJeff King2020-07-291-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-171-1/+2
* pathspec: add new function to parse fileAlexandr Miloslavskiy2019-11-201-0/+38
* Merge branch 'nd/the-index-final'Junio C Hamano2019-02-071-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
|\