summaryrefslogtreecommitdiffstats
path: root/dir.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* dir: fix leak when parsing "status.showUntrackedFiles"Patrick Steinhardt2024-11-051-2/+2
* dir: release untracked cache dataPatrick Steinhardt2024-11-051-0/+8
* Merge branch 'ps/leakfixes-part-7'Junio C Hamano2024-10-021-4/+2
|\
| * dir: fix off by one errors for ignored and untracked entriesPatrick Steinhardt2024-09-271-4/+2
* | environment: make `get_git_work_tree()` accept a repositoryPatrick Steinhardt2024-09-121-1/+2
|/
* win32: override `fspathcmp()` with a directory separator-aware versionJohannes Schindelin2024-07-141-2/+2
* global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+3
* hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt2024-06-141-3/+3
* Merge branch 'jk/sparse-leakfix'Junio C Hamano2024-06-121-15/+27
|\
| * dir.c: always copy input to add_pattern()Jeff King2024-06-051-10/+5
| * dir.c: free removed sparse-pattern hashmap entriesJeff King2024-06-041-1/+7
| * dir.c: free strings in sparse cone pattern hashmapsJeff King2024-06-041-4/+15
* | Merge branch 'jk/cap-exclude-file-size'Junio C Hamano2024-06-121-0/+20
|\ \
| * | dir.c: reduce max pattern file size to 100MBJeff King2024-06-051-2/+8
| * | dir.c: skip .gitignore, etc larger than INT_MAXJeff King2024-06-011-0/+14
* | | refs: refactor `resolve_gitlink_ref()` to accept a repositoryPatrick Steinhardt2024-05-171-1/+2
| |/ |/|
* | 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