summaryrefslogtreecommitdiffstats
path: root/dir.c
AgeCommit message (Expand)AuthorLines
2025-07-23config: drop `git_config_set_in_file()` wrapperPatrick Steinhardt-2/+2
2025-07-15Merge branch 'ps/object-store'Junio C Hamano-1/+1
2025-07-01odb: rename `repo_read_object_file()`Patrick Steinhardt-1/+1
2025-05-22pathspec: add flag to indicate operation without repositoryJacob Keller-3/+6
2025-05-22pathspec: add match_leading_pathspec variantJacob Keller-0/+10
2025-05-13Merge branch 'kj/glob-path-with-special-char'Junio C Hamano-1/+2
2025-05-05dir.c: literal match with wildcard in pathspec should still globK Jayatheerth-1/+2
2025-04-29object-store: move function declarations to their respective subsystemsPatrick Steinhardt-1/+1
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt-1/+1
2025-04-15object-file: move `safe_create_leading_directories()` into "path.c"Patrick Steinhardt-3/+2
2025-03-10hash: stop depending on `the_repository` in `null_oid()`Patrick Steinhardt-1/+1
2025-03-05Merge branch 'ps/path-sans-the-repository'Junio C Hamano-1/+1
2025-02-07path: drop `git_pathdup()` in favor of `repo_git_path()`Patrick Steinhardt-1/+1
2025-02-03backfill: add --sparse optionDerrick Stolee-7/+3
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt-0/+1
2024-11-04dir: fix leak when parsing "status.showUntrackedFiles"Patrick Steinhardt-2/+2
2024-11-04dir: release untracked cache dataPatrick Steinhardt-0/+8
2024-10-02Merge branch 'ps/leakfixes-part-7'Junio C Hamano-4/+2
2024-09-27dir: fix off by one errors for ignored and untracked entriesPatrick Steinhardt-4/+2
2024-09-12environment: make `get_git_work_tree()` accept a repositoryPatrick Steinhardt-1/+2
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