summaryrefslogtreecommitdiff
path: root/dir.c
AgeCommit message (Expand)Author
2025-03-05Merge branch 'ps/path-sans-the-repository'Junio C Hamano
2025-02-07path: drop `git_pathdup()` in favor of `repo_git_path()`Patrick Steinhardt
2025-02-03backfill: add --sparse optionDerrick Stolee
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-11-04dir: fix leak when parsing "status.showUntrackedFiles"Patrick Steinhardt
2024-11-04dir: release untracked cache dataPatrick Steinhardt
2024-10-02Merge branch 'ps/leakfixes-part-7'Junio C Hamano
2024-09-27dir: fix off by one errors for ignored and untracked entriesPatrick Steinhardt
2024-09-12environment: make `get_git_work_tree()` accept a repositoryPatrick Steinhardt
2024-07-13win32: override `fspathcmp()` with a directory separator-aware versionJohannes Schindelin
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt
2024-06-12Merge branch 'jk/sparse-leakfix'Junio C Hamano
2024-06-12Merge branch 'jk/cap-exclude-file-size'Junio C Hamano
2024-06-05dir.c: always copy input to add_pattern()Jeff King
2024-06-05dir.c: reduce max pattern file size to 100MBJeff King
2024-06-04dir.c: free removed sparse-pattern hashmap entriesJeff King
2024-06-04dir.c: free strings in sparse cone pattern hashmapsJeff King
2024-05-31dir.c: skip .gitignore, etc larger than INT_MAXJeff King
2024-05-17refs: refactor `resolve_gitlink_ref()` to accept a repositoryPatrick Steinhardt
2024-04-29Sync with 2.44.1Johannes Schindelin
2024-04-19Sync with 2.43.4Johannes Schindelin
2024-04-19Sync with 2.42.2Johannes Schindelin
2024-04-19Sync with 2.41.1Johannes Schindelin
2024-04-19Sync with 2.40.2Johannes Schindelin
2024-04-19Sync with 2.39.4Johannes Schindelin
2024-04-17entry: report more colliding pathsJohannes Schindelin
2024-02-26dir: create untracked_cache_invalidate_trimmed_path()Jeff Hostetler
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-11-04attr: enable attr pathspec magic for git-add and git-stashJoanna Wang
2023-10-09dir.[ch]: add 'follow_symlink' arg to 'get_dtype'Victoria Dye
2023-10-09dir.[ch]: expose 'get_dtype'Victoria Dye
2023-07-17Merge branch 'jc/pathspec-match-with-common-prefix'Junio C Hamano
2023-07-08dir: match "attr" pathspec magic with correct pathsJunio C Hamano
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan
2023-06-21fsmonitor-ll.h: split this header out of fsmonitor.hElijah Newren
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-06-21sparse-index.h: move declarations for sparse-index.c from cache.hElijah Newren
2023-06-21name-hash.h: move declarations for name-hash.c from cache.hElijah Newren
2023-04-24commit.h: reduce unnecessary includesElijah Newren
2023-04-24symlinks.h: move declarations for symlinks.c functions from cache.hElijah Newren
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren
2023-04-11treewide: be explicit about dependence on convert.hElijah Newren
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren