summaryrefslogtreecommitdiff
path: root/dir.c
Commit message (Expand)AuthorAgeFilesLines
* commit.h: reduce unnecessary includesElijah Newren2023-04-241-0/+1
* symlinks.h: move declarations for symlinks.c functions from cache.hElijah Newren2023-04-241-0/+1
* object-file.h: move declarations for object-file.c functions from cache.hElijah Newren2023-04-111-0/+1
* treewide: be explicit about dependence on convert.hElijah Newren2023-04-111-0/+1
* treewide: be explicit about dependence on trace.h & trace2.hElijah Newren2023-04-111-0/+1
* Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-1/+1
|\
| * cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+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
* | wrapper.h: move declarations for wrapper.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
* | Merge branch 'en/header-cleanup'Junio C Hamano2023-03-171-1/+2
|\ \
| * | alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-231-1/+2
| |/
* | dir: separate public from internal portion of dir_structElijah Newren2023-02-271-56/+58
|/
* Merge branch 'ws/single-file-cone'Junio C Hamano2023-01-161-0/+7
|\
| * dir: check for single file cone patternsWilliam Sprent2023-01-051-0/+7
* | dir.c: free "ident" and "exclude_per_dir" in "struct untracked_cache"Ævar Arnfjörð Bjarmason2022-11-211-3/+7
|/
* Merge branch 'rs/use-fspathncmp'Junio C Hamano2022-10-171-3/+1
|\
| * dir: use fspathncmp() in pl_hashmap_cmp()Jeff King2022-10-081-3/+1
| * Merge branch 'gg/worktree-from-the-above' into maintJunio C Hamano2022-07-271-7/+28
| |\
* | \ Merge branch 'ab/unused-annotation'Junio C Hamano2022-09-141-2/+2
|\ \ \
| * | | git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-2/+2
* | | | Merge branch 'jk/unused-annotation'Junio C Hamano2022-09-141-2/+2
|\ \ \ \ | |/ / /
| * | | hashmap: mark unused callback parametersJeff King2022-08-191-2/+2
* | | | match_pathname(): drop unused "flags" parameterJeff King2022-08-191-4/+2
|/ / /
* | | Merge branch 'gg/worktree-from-the-above'Junio C Hamano2022-07-141-7/+28
|\ \ \ | |/ / |/| / | |/
| * dir: minor refactoring / clean-upGoss Geppert2022-06-211-7/+9
| * dir: traverse into repositoryGoss Geppert2022-06-211-0/+19
* | Merge branch 'ds/bundle-uri'Junio C Hamano2022-06-031-0/+29
|\ \
| * | dir API: add a generalized path_match_flags() functionÆvar Arnfjörð Bjarmason2022-05-161-0/+29
| |/
* | Merge branch 'js/ci-gcc-12-fixes'Junio C Hamano2022-05-311-0/+9
|\ \
| * | dir.c: avoid "exceeds maximum object size" error with GCC v12.xJohannes Schindelin2022-05-241-0/+9
* | | Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano2022-05-201-1/+1
|\ \ \
| * \ \ Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano2022-05-021-1/+1
| |\ \ \
| | * | | tree-wide: apply equals-null.cocciJunio C Hamano2022-05-021-1/+1
| | |/ /
| | * | Merge branch 'ds/add-rm-with-sparse-index' into maintJunio C Hamano2021-11-231-49/+5
| | |\ \
* | | | | untracked-cache: support '--untracked-files=all' if configuredTao Klerks2022-04-011-16/+72
| |_|_|/ |/| | |
* | | | Merge branch 'vd/sparse-read-tree'Junio C Hamano2022-03-161-3/+4
|\ \ \ \
| * | | | sparse-index: prevent repo root from becoming sparseVictoria Dye2022-03-011-3/+4
| |/ / /
* | | | Merge branch 'ab/object-file-api-updates'Junio C Hamano2022-03-161-1/+1
|\ \ \ \
| * | | | object-file API: have hash_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason2022-02-251-1/+1
| |/ / /
* | | | Merge branch 'tk/empty-untracked-cache'Junio C Hamano2022-03-161-3/+7
|\ \ \ \
| * | | | untracked-cache: write index when populating empty untracked cacheTao Klerks2022-02-281-3/+7
| |/ / /
* | | | dir: force untracked cache with core.untrackedCacheDerrick Stolee2022-02-171-1/+3
|/ / /
* | | Merge branch 'ds/sparse-checkout-malformed-pattern-fix'Junio C Hamano2022-01-101-4/+2
|\ \ \
| * | | sparse-checkout: refuse to add to bad patternsDerrick Stolee2021-12-301-1/+1
| * | | sparse-checkout: fix segfault on malformed patternsDerrick Stolee2021-12-301-3/+1
* | | | Merge branch 'en/keep-cwd'Junio C Hamano2022-01-051-3/+12
|\ \ \ \ | |/ / / |/| | |
| * | | dir: new flag to remove_dir_recurse() to spare the original_cwdElijah Newren2021-12-091-3/+9