summaryrefslogtreecommitdiffstats
path: root/dir.c
AgeCommit message (Expand)AuthorLines
2024-07-13win32: override `fspathcmp()` with a directory separator-aware versionJohannes Schindelin-2/+2
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt-0/+3
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt-3/+3
2024-06-12Merge branch 'jk/sparse-leakfix'Junio C Hamano-15/+27
2024-06-12Merge branch 'jk/cap-exclude-file-size'Junio C Hamano-0/+20
2024-06-05dir.c: always copy input to add_pattern()Jeff King-10/+5
2024-06-05dir.c: reduce max pattern file size to 100MBJeff King-2/+8
2024-06-04dir.c: free removed sparse-pattern hashmap entriesJeff King-1/+7
2024-06-04dir.c: free strings in sparse cone pattern hashmapsJeff King-4/+15
2024-05-31dir.c: skip .gitignore, etc larger than INT_MAXJeff King-0/+14
2024-05-17refs: refactor `resolve_gitlink_ref()` to accept a repositoryPatrick Steinhardt-1/+2
2024-04-29Sync with 2.44.1Johannes Schindelin-0/+12
2024-04-19Sync with 2.43.4Johannes Schindelin-0/+12
2024-04-19Sync with 2.42.2Johannes Schindelin-0/+12
2024-04-19Sync with 2.41.1Johannes Schindelin-0/+12
2024-04-19Sync with 2.40.2Johannes Schindelin-0/+12
2024-04-19Sync with 2.39.4Johannes Schindelin-0/+12
2024-04-17entry: report more colliding pathsJohannes Schindelin-0/+12
2024-02-26dir: create untracked_cache_invalidate_trimmed_path()Jeff Hostetler-0/+20
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano-1/+0
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren-1/+0
2023-11-04attr: enable attr pathspec magic for git-add and git-stashJoanna Wang-1/+2
2023-10-09dir.[ch]: add 'follow_symlink' arg to 'get_dtype'Victoria Dye-4/+9
2023-10-09dir.[ch]: expose 'get_dtype'Victoria Dye-0/+28
2023-07-17Merge branch 'jc/pathspec-match-with-common-prefix'Junio C Hamano-1/+1
2023-07-08dir: match "attr" pathspec magic with correct pathsJunio C Hamano-1/+1
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan-1/+0
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan-1/+0
2023-06-21fsmonitor-ll.h: split this header out of fsmonitor.hElijah Newren-1/+2
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren-1/+1
2023-06-21repository: remove unnecessary include of path.hElijah Newren-0/+1
2023-06-21sparse-index.h: move declarations for sparse-index.c from cache.hElijah Newren-0/+1
2023-06-21name-hash.h: move declarations for name-hash.c from cache.hElijah Newren-0/+1
2023-04-24commit.h: reduce unnecessary includesElijah Newren-0/+1
2023-04-24symlinks.h: move declarations for symlinks.c functions from cache.hElijah Newren-0/+1
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren-0/+1
2023-04-11treewide: be explicit about dependence on convert.hElijah Newren-0/+1
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren-0/+1
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano-1/+1
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-1/+1
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren-0/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren-0/+1
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren-0/+1
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren-0/+1
2023-03-17Merge branch 'en/header-cleanup'Junio C Hamano-1/+2
2023-02-27dir: separate public from internal portion of dir_structElijah Newren-56/+58
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren-1/+2
2023-01-16Merge branch 'ws/single-file-cone'Junio C Hamano-0/+7
2023-01-05dir: check for single file cone patternsWilliam Sprent-0/+7