summaryrefslogtreecommitdiffstats
path: root/dir.h
AgeCommit message (Expand)AuthorLines
2025-09-12dir: add generic "walk all files" helperDerrick Stolee-0/+14
2025-06-23dir: move starts_with_dot(_dot)_slash to dir.hJacob Keller-0/+23
2025-03-29Merge branch 'am/dir-dedup-decl-of-repository'Junio C Hamano-1/+0
2025-03-11dir.h: remove duplicate forward declaration of struct repositoryAbhijeetsingh Meena-1/+0
2025-02-03backfill: add --sparse optionDerrick Stolee-0/+3
2024-07-13win32: override `fspathcmp()` with a directory separator-aware versionJohannes Schindelin-2/+2
2024-06-14hash-ll: merge with "hash.h"Patrick Steinhardt-1/+1
2024-06-05dir.c: always copy input to add_pattern()Jeff King-4/+2
2024-04-29Sync with 2.44.1Johannes Schindelin-0/+7
2024-04-19Sync with 2.42.2Johannes Schindelin-0/+7
2024-04-19Sync with 2.41.1Johannes Schindelin-0/+7
2024-04-19Sync with 2.40.2Johannes Schindelin-0/+7
2024-04-19Sync with 2.39.4Johannes Schindelin-0/+7
2024-04-17entry: report more colliding pathsJohannes Schindelin-0/+7
2024-02-26dir: create untracked_cache_invalidate_trimmed_path()Jeff Hostetler-0/+7
2023-10-09dir.[ch]: add 'follow_symlink' arg to 'get_dtype'Victoria Dye-1/+6
2023-10-09dir.[ch]: expose 'get_dtype'Victoria Dye-0/+11
2023-07-06Merge branch 'cw/strbuf-cleanup'Junio C Hamano-0/+4
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano-0/+1
2023-06-21hash-ll, hashmap: move oidhash() to hash-llElijah Newren-0/+1
2023-06-12object-name: move related functions to object-nameCalvin Wan-0/+2
2023-06-12statinfo.h: move DTYPE defines from dir.hAlejandro R. Sedeño-14/+0
2023-04-24dir.h: move DTYPE defines from cache.hElijah Newren-0/+15
2023-03-17Merge branch 'en/header-cleanup'Junio C Hamano-14/+2
2023-02-27dir: mark output only fields of dir_struct as suchElijah Newren-8/+8
2023-02-27dir: add a usage note to exclude_per_dirElijah Newren-2/+6
2023-02-27dir: separate public from internal portion of dir_structElijah Newren-40/+46
2023-02-23dir.h: refactor to no longer need to include cache.hElijah Newren-14/+2
2022-11-21dir.c: free "ident" and "exclude_per_dir" in "struct untracked_cache"Ævar Arnfjörð Bjarmason-0/+1
2022-08-19match_pathname(): drop unused "flags" parameterJeff King-1/+1
2022-05-16dir API: add a generalized path_match_flags() functionÆvar Arnfjörð Bjarmason-0/+63
2021-12-09dir: new flag to remove_dir_recurse() to spare the original_cwdElijah Newren-0/+3
2021-12-09dir: avoid incidentally removing the original_cwd in remove_path()Elijah Newren-1/+5
2021-09-20Merge branch 'ds/sparse-index-ignored-files'Junio C Hamano-0/+8
2021-09-07sparse-checkout: create helper methodsDerrick Stolee-0/+8
2021-08-10dir: libify and export helper functions from clone.cAtharva Raykar-0/+11
2021-07-28Merge branch 'ew/many-alternate-optim'Junio C Hamano-0/+2
2021-07-07speed up alt_odb_usable() with many alternatesEric Wong-0/+2
2021-07-01dir.[ch]: replace dir_init() with DIR_INITÆvar Arnfjörð Bjarmason-2/+2
2021-05-20Merge branch 'en/dir-traversal'Junio C Hamano-0/+6
2021-05-13dir: introduce readdir_skip_dot_and_dotdot() helperElijah Newren-0/+2
2021-05-13dir: report number of visited directories and paths with trace2Elijah Newren-0/+4
2021-04-30Merge branch 'ds/sparse-index-protections'Junio C Hamano-4/+4
2021-04-14*: remove 'const' qualifier for struct index_stateDerrick Stolee-4/+4
2021-02-16exclude: add flags parameter to add_patterns()Jeff King-1/+2
2021-01-23sparse-checkout: load sparse-checkout patternsDerrick Stolee-0/+2
2020-08-18dir: fix problematic API to avoid memory leaksElijah Newren-10/+11
2020-08-18dir: make clear_directory() free all relevant memoryElijah Newren-1/+1
2019-12-25Merge branch 'ds/sparse-cone'Junio C Hamano-0/+36
2019-11-22unpack-trees: hash less in cone modeDerrick Stolee-0/+1