Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/dir.h
AgeCommit message (Expand)Author
2023-10-10dir.[ch]: add 'follow_symlink' arg to 'get_dtype'Victoria Dye
2023-10-10dir.[ch]: expose 'get_dtype'Victoria Dye
2023-07-06Merge branch 'cw/strbuf-cleanup'Junio C Hamano
2023-06-30Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano
2023-06-21hash-ll, hashmap: move oidhash() to hash-llElijah Newren
2023-06-12object-name: move related functions to object-nameCalvin Wan
2023-06-12statinfo.h: move DTYPE defines from dir.hAlejandro R. Sedeño
2023-04-24dir.h: move DTYPE defines from cache.hElijah Newren
2023-03-18Merge branch 'en/header-cleanup'Junio C Hamano
2023-02-27dir: mark output only fields of dir_struct as suchElijah Newren
2023-02-27dir: add a usage note to exclude_per_dirElijah Newren
2023-02-27dir: separate public from internal portion of dir_structElijah Newren
2023-02-24dir.h: refactor to no longer need to include cache.hElijah Newren
2022-11-21dir.c: free "ident" and "exclude_per_dir" in "struct untracked_cache"Ævar Arnfjörð Bjarmason
2022-08-19match_pathname(): drop unused "flags" parameterJeff King
2022-05-17dir API: add a generalized path_match_flags() functionÆvar Arnfjörð Bjarmason
2021-12-10dir: new flag to remove_dir_recurse() to spare the original_cwdElijah Newren
2021-12-10dir: avoid incidentally removing the original_cwd in remove_path()Elijah Newren
2021-09-21Merge branch 'ds/sparse-index-ignored-files'Junio C Hamano
2021-09-08sparse-checkout: create helper methodsDerrick Stolee
2021-08-10dir: libify and export helper functions from clone.cAtharva Raykar
2021-07-28Merge branch 'ew/many-alternate-optim'Junio C Hamano
2021-07-08speed up alt_odb_usable() with many alternatesEric Wong
2021-07-01dir.[ch]: replace dir_init() with DIR_INITÆvar Arnfjörð Bjarmason
2021-05-20Merge branch 'en/dir-traversal'Junio C Hamano
2021-05-13dir: introduce readdir_skip_dot_and_dotdot() helperElijah Newren
2021-05-13dir: report number of visited directories and paths with trace2Elijah Newren
2021-04-30Merge branch 'ds/sparse-index-protections'Junio C Hamano
2021-04-14*: remove 'const' qualifier for struct index_stateDerrick Stolee
2021-02-16exclude: add flags parameter to add_patterns()Jeff King
2021-01-24sparse-checkout: load sparse-checkout patternsDerrick Stolee
2020-08-19dir: fix problematic API to avoid memory leaksElijah Newren
2020-08-19dir: make clear_directory() free all relevant memoryElijah Newren
2019-12-25Merge branch 'ds/sparse-cone'Junio C Hamano
2019-11-22unpack-trees: hash less in cone modeDerrick Stolee
2019-11-22sparse-checkout: init and set in cone modeDerrick Stolee
2019-11-22sparse-checkout: use hashmaps for cone patternsDerrick Stolee
2019-11-18dir: move doc to dir.hHeba Waly
2019-10-11Merge branch 'en/clean-nested-with-ignored'Junio C Hamano
2019-09-17clean: avoid removing untracked files in a nested git repositoryElijah Newren
2019-09-17dir: if our pathspec might match files under a dir, recurse into itElijah Newren
2019-09-06unpack-trees: rename 'is_excluded_from_list()'Derrick Stolee
2019-09-06treewide: rename 'exclude' methods to 'pattern'Derrick Stolee
2019-09-06treewide: rename 'EXCL_FLAG_' to 'PATTERN_FLAG_'Derrick Stolee
2019-09-06treewide: rename 'struct exclude_list' to 'struct pattern_list'Derrick Stolee
2019-09-06treewide: rename 'struct exclude' to 'struct path_pattern'Derrick Stolee
2019-05-13Merge branch 'dl/no-extern-in-func-decl'Junio C Hamano
2019-05-08Merge branch 'nd/sha1-name-c-wo-the-repository'Junio C Hamano
2019-05-05*.[ch]: manually align parameter listsDenton Liu
2019-05-05*.[ch]: remove extern from function declarations using spatchDenton Liu