summaryrefslogtreecommitdiffstats
path: root/dir.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Sync with 2.44.1Johannes Schindelin2024-04-291-0/+12
|\
| * Sync with 2.43.4Johannes Schindelin2024-04-191-0/+12
| |\
| | * Sync with 2.42.2Johannes Schindelin2024-04-191-0/+12
| | |\
| | | * Sync with 2.41.1Johannes Schindelin2024-04-191-0/+12
| | | |\
| | | | * Sync with 2.40.2Johannes Schindelin2024-04-191-0/+12
| | | | |\
| | | | | * Sync with 2.39.4Johannes Schindelin2024-04-191-0/+12
| | | | | |\
| | | | | | * entry: report more colliding pathsJohannes Schindelin2024-04-171-0/+12
* | | | | | | dir: create untracked_cache_invalidate_trimmed_path()Jeff Hostetler2024-02-271-0/+20
|/ / / / / /
* | | | | | Merge branch 'en/header-cleanup'Junio C Hamano2024-01-081-1/+0
|\| | | | |
| * | | | | treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-1/+0
* | | | | | attr: enable attr pathspec magic for git-add and git-stashJoanna Wang2023-11-041-1/+2
|/ / / / /
* | | | | dir.[ch]: add 'follow_symlink' arg to 'get_dtype'Victoria Dye2023-10-101-4/+9
* | | | | dir.[ch]: expose 'get_dtype'Victoria Dye2023-10-101-0/+28
|/ / / /
* | | | Merge branch 'jc/pathspec-match-with-common-prefix'Junio C Hamano2023-07-171-1/+1
|\ \ \ \
| * | | | dir: match "attr" pathspec magic with correct pathsJunio C Hamano2023-07-081-1/+1
| |/ / /
* | | | git-compat-util: move alloc macros to git-compat-util.hCalvin Wan2023-07-051-1/+0
* | | | treewide: remove unnecessary includes for wrapper.hCalvin Wan2023-07-051-1/+0
* | | | fsmonitor-ll.h: split this header out of fsmonitor.hElijah Newren2023-06-211-1/+2
* | | | object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+1
* | | | repository: remove unnecessary include of path.hElijah Newren2023-06-211-0/+1
* | | | sparse-index.h: move declarations for sparse-index.c from cache.hElijah Newren2023-06-211-0/+1
* | | | name-hash.h: move declarations for name-hash.c from cache.hElijah Newren2023-06-211-0/+1
|/ / /
* | | 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-241-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-091-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-151-7/+28
|\ \ \ | |/ / |/| / | |/
| * dir: minor refactoring / clean-upGoss Geppert2022-06-221-7/+9