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

github.com/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/dir.c
AgeCommit message (Expand)Author
2021-07-14dir.c: accept a directory as part of cone-mode patternsDerrick Stolee
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-28Merge branch 'en/dir-traversal'Junio C Hamano
2021-05-27dir: introduce readdir_skip_dot_and_dotdot() helperElijah Newren
2021-05-27dir: update stale description of treat_directory()Derrick Stolee
2021-05-27Revert "dir: update stale description of treat_directory()"Junio C Hamano
2021-05-27Revert "dir: introduce readdir_skip_dot_and_dotdot() helper"Junio C Hamano
2021-05-20Merge branch 'en/dir-traversal'Junio C Hamano
2021-05-13dir: introduce readdir_skip_dot_and_dotdot() helperElijah Newren
2021-05-13dir: update stale description of treat_directory()Derrick Stolee
2021-05-13dir: traverse into untracked directories if they may have ignored subfilesElijah Newren
2021-05-13dir: avoid unnecessary traversal into ignored directoryElijah Newren
2021-05-13dir: report number of visited directories and paths with trace2Elijah Newren
2021-05-13dir: convert trace calls to trace2 equivalentsElijah Newren
2021-05-10Merge branch 'bc/hash-transition-interop-part-1'Junio C Hamano
2021-04-30Merge branch 'ds/sparse-index-protections'Junio C Hamano
2021-04-27hash: provide per-algorithm null OIDsbrian m. carlson
2021-04-27Always use oidread to read into struct object_idbrian m. carlson
2021-04-14dir: ensure full indexDerrick Stolee
2021-04-14*: remove 'const' qualifier for struct index_stateDerrick Stolee
2021-03-23Merge branch 'jk/open-dotgitx-with-nofollow'Junio C Hamano
2021-03-14use CALLOC_ARRAYRené Scharfe
2021-03-02Merge branch 'jh/untracked-cache-fix'Junio C Hamano
2021-02-24dir: fix malloc of root untracked_cache_dirJeff Hostetler
2021-02-16exclude: do not respect symlinks for in-tree .gitignoreJeff King
2021-02-16exclude: add flags parameter to add_patterns()Jeff King
2021-01-24sparse-checkout: load sparse-checkout patternsDerrick Stolee
2020-11-22Merge branch 'en/strmap'Junio C Hamano
2020-11-03Merge branch 'nk/dir-c-comment-update'Junio C Hamano
2020-11-02hashmap: provide deallocation function namesElijah Newren
2020-10-16dir.c: fix comments to agree with argument nameAlex Vandiver
2020-09-30dir.c: drop unused "untracked" from treat_path_fast()Jeff King
2020-08-28Merge branch 'jk/leakfix'Junio C Hamano
2020-08-25Merge branch 'en/dir-clear'Junio C Hamano
2020-08-25Merge branch 'en/dir-nonbare-embedded'Junio C Hamano
2020-08-19dir: fix problematic API to avoid memory leaksElijah Newren
2020-08-19dir: make clear_directory() free all relevant memoryElijah Newren
2020-08-14clear_pattern_list(): clear embedded hashmapsJeff King
2020-08-12dir: avoid prematurely marking nonbare repositories as matchesElijah Newren
2020-07-30Merge branch 'en/fill-directory-exponential' into masterJunio C Hamano
2020-07-20dir: check pathspecs before returning `path_excluded`Martin Ågren
2020-06-25Merge branch 'en/clean-cleanups'Junio C Hamano
2020-06-18Merge branch 'en/do-match-pathspec-fix'Junio C Hamano
2020-06-13dir, clean: avoid disallowed behaviorElijah Newren
2020-06-13dir: fix a few confusing commentsElijah Newren
2020-06-06dir: fix treatment of negated pathspecsElijah Newren
2020-04-30Merge branch 'en/fill-directory-exponential'Junio C Hamano
2020-04-01Fix error-prone fill_directory() API; make it only return matchesElijah Newren
2020-04-01dir: replace double pathspec matching with single in treat_directory()Elijah Newren