summaryrefslogtreecommitdiff
path: root/dir.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-30Merge branch 'ty/migrate-excludes-file'Junio C Hamano1-2/+2
2026-07-19Merge branch 'ty/migrate-ignorecase'Junio C Hamano1-9/+9
2026-07-14environment: move excludes_file into repo_config_valuesTian Yuchen1-2/+2
2026-07-05dir: free allocations on parse-error paths in `read_one_dir()`Johannes Schindelin1-2/+7
2026-06-21Merge branch 'js/objects-larger-than-4gb-on-windows-more'Junio C Hamano1-1/+1
2026-06-19config: use repo_ignore_case() to access core.ignorecaseTian Yuchen1-9/+9
2026-06-15odb: use size_t for object_info.sizep and the size APIsJohannes Schindelin1-1/+1
2026-06-15Merge branch 'ob/more-repo-config-values'Junio C Hamano1-1/+2
2026-06-03environment: move "core_sparse_checkout_cone" into `struct repo_config_values`Olamide Caleb Bello1-1/+2
2026-05-13ignore: note info/exclude lives in GIT_COMMON_DIR, not GIT_DIRD. Ben Knoble1-2/+2
2026-03-23Merge branch 'cf/constness-fixes'Junio C Hamano1-4/+4
2026-03-09dir: avoid -Wdiscarded-qualifiers in remove_path()Collin Funk1-4/+4
2026-02-26environment: stop using core.sparseCheckout globallyOlamide Caleb Bello1-1/+3
2025-11-03Merge branch 'jk/match-pathname-fix'Junio C Hamano1-5/+12
2025-10-28Merge branch 'ds/sparse-checkout-clean'Junio C Hamano1-0/+28
2025-10-26match_pathname(): give fnmatch one char of prefix contextJeff King1-0/+6
2025-10-26match_pathname(): reorder prefix-match checkJeff King1-5/+6
2025-10-02varint: use explicit width for integersPatrick Steinhardt1-8/+10
2025-09-12dir: add generic "walk all files" helperDerrick Stolee1-0/+28
2025-08-25Merge branch 'tc/diff-tree-max-depth'Junio C Hamano1-1/+1
2025-08-07within_depth: fix return for empty pathToon Claes1-1/+1
2025-07-23config: drop `git_config_set_in_file()` wrapperPatrick Steinhardt1-2/+2
2025-07-15Merge branch 'ps/object-store'Junio C Hamano1-1/+1
2025-07-01odb: rename `repo_read_object_file()`Patrick Steinhardt1-1/+1
2025-05-22pathspec: add flag to indicate operation without repositoryJacob Keller1-3/+6
2025-05-22pathspec: add match_leading_pathspec variantJacob Keller1-0/+10
2025-05-13Merge branch 'kj/glob-path-with-special-char'Junio C Hamano1-1/+2
2025-05-05dir.c: literal match with wildcard in pathspec should still globK Jayatheerth1-1/+2
2025-04-29object-store: move function declarations to their respective subsystemsPatrick Steinhardt1-1/+1
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt1-1/+1
2025-04-15object-file: move `safe_create_leading_directories()` into "path.c"Patrick Steinhardt1-3/+2
2025-03-10hash: stop depending on `the_repository` in `null_oid()`Patrick Steinhardt1-1/+1
2025-03-05Merge branch 'ps/path-sans-the-repository'Junio C Hamano1-1/+1
2025-02-07path: drop `git_pathdup()` in favor of `repo_git_path()`Patrick Steinhardt1-1/+1
2025-02-03backfill: add --sparse optionDerrick Stolee1-7/+3
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+1
2024-11-04dir: fix leak when parsing "status.showUntrackedFiles"Patrick Steinhardt1-2/+2
2024-11-04dir: release untracked cache dataPatrick Steinhardt1-0/+8
2024-10-02Merge branch 'ps/leakfixes-part-7'Junio C Hamano1-4/+2
2024-09-27dir: fix off by one errors for ignored and untracked entriesPatrick Steinhardt1-4/+2
2024-09-12environment: make `get_git_work_tree()` accept a repositoryPatrick Steinhardt1-1/+2
2024-07-13win32: override `fspathcmp()` with a directory separator-aware versionJohannes Schindelin1-2/+2
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+3
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt1-3/+3
2024-06-12Merge branch 'jk/sparse-leakfix'Junio C Hamano1-15/+27
2024-06-12Merge branch 'jk/cap-exclude-file-size'Junio C Hamano1-0/+20
2024-06-05dir.c: always copy input to add_pattern()Jeff King1-10/+5
2024-06-05dir.c: reduce max pattern file size to 100MBJeff King1-2/+8
2024-06-04dir.c: free removed sparse-pattern hashmap entriesJeff King1-1/+7
2024-06-04dir.c: free strings in sparse cone pattern hashmapsJeff King1-4/+15