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