summaryrefslogtreecommitdiffstats
path: root/dir.h
AgeCommit message (Expand)AuthorLines
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
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
2019-11-22sparse-checkout: init and set in cone modeDerrick Stolee-0/+4
2019-11-22sparse-checkout: use hashmaps for cone patternsDerrick Stolee-0/+31
2019-11-18dir: move doc to dir.hHeba Waly-5/+114
2019-10-11Merge branch 'en/clean-nested-with-ignored'Junio C Hamano-3/+5
2019-09-17clean: avoid removing untracked files in a nested git repositoryElijah Newren-1/+2
2019-09-17dir: if our pathspec might match files under a dir, recurse into itElijah Newren-2/+3
2019-09-05unpack-trees: rename 'is_excluded_from_list()'Derrick Stolee-4/+17
2019-09-05treewide: rename 'exclude' methods to 'pattern'Derrick Stolee-11/+11
2019-09-05treewide: rename 'EXCL_FLAG_' to 'PATTERN_FLAG_'Derrick Stolee-5/+5
2019-09-05treewide: rename 'struct exclude_list' to 'struct pattern_list'Derrick Stolee-9/+9
2019-09-05treewide: rename 'struct exclude' to 'struct path_pattern'Derrick Stolee-4/+4
2019-05-13Merge branch 'dl/no-extern-in-func-decl'Junio C Hamano-70/+70
2019-05-09Merge branch 'nd/sha1-name-c-wo-the-repository'Junio C Hamano-1/+3
2019-05-05*.[ch]: manually align parameter listsDenton Liu-31/+31
2019-05-05*.[ch]: remove extern from function declarations using spatchDenton Liu-35/+35
2019-04-16sha1-name.c: remove the_repo from diagnose_invalid_index_path()Nguyễn Thái Ngọc Duy-1/+3
2019-03-20report_path_error(): drop unused prefix parameterJeff King-1/+1
2018-08-13dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy-6/+10
2018-05-30Merge branch 'bc/object-id'Junio C Hamano-2/+3