summaryrefslogtreecommitdiff
path: root/dir.c
AgeCommit message (Expand)Author
2025-07-23config: drop `git_config_set_in_file()` wrapperPatrick Steinhardt
2025-07-15Merge branch 'ps/object-store'Junio C Hamano
2025-07-01odb: rename `repo_read_object_file()`Patrick Steinhardt
2025-05-22pathspec: add flag to indicate operation without repositoryJacob Keller
2025-05-22pathspec: add match_leading_pathspec variantJacob Keller
2025-05-13Merge branch 'kj/glob-path-with-special-char'Junio C Hamano
2025-05-05dir.c: literal match with wildcard in pathspec should still globK Jayatheerth
2025-04-29object-store: move function declarations to their respective subsystemsPatrick Steinhardt
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt
2025-04-15object-file: move `safe_create_leading_directories()` into "path.c"Patrick Steinhardt
2025-03-10hash: stop depending on `the_repository` in `null_oid()`Patrick Steinhardt
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