summaryrefslogtreecommitdiff
path: root/dir.c
AgeCommit message (Expand)Author
2022-01-10Merge branch 'ds/sparse-checkout-malformed-pattern-fix'Junio C Hamano
2022-01-05Merge branch 'en/keep-cwd'Junio C Hamano
2021-12-30sparse-checkout: refuse to add to bad patternsDerrick Stolee
2021-12-30sparse-checkout: fix segfault on malformed patternsDerrick Stolee
2021-12-09dir: new flag to remove_dir_recurse() to spare the original_cwdElijah Newren
2021-12-09dir: avoid incidentally removing the original_cwd in remove_path()Elijah Newren
2021-11-23Merge branch 'ds/add-rm-with-sparse-index'Junio C Hamano
2021-11-22dir: revert "dir: select directories correctly"Derrick Stolee
2021-11-03Merge branch 'ds/add-rm-with-sparse-index'Junio C Hamano
2021-11-03dir: fix directory-matching bugDerrick Stolee
2021-10-29Merge branch 'mt/fix-add-rm-with-sparse-index'Junio C Hamano
2021-10-28add, rm, mv: fix bug that prevents the update of non-sparse dirsMatheus Tavares
2021-10-13Merge branch 'ds/add-rm-with-sparse-index'Junio C Hamano
2021-09-28dir: fix pattern matching on dirsDerrick Stolee
2021-09-28dir: select directories correctlyDerrick Stolee
2021-09-23Merge branch 'jt/submodule-name-to-gitdir'Junio C Hamano
2021-09-20Merge branch 'ds/sparse-index-ignored-files'Junio C Hamano
2021-09-15submodule: extract path to submodule gitdir funcJonathan Tan
2021-09-08sparse-checkout: create helper methodsDerrick Stolee
2021-08-10dir: libify and export helper functions from clone.cAtharva Raykar
2021-07-30use fspathhash() everywhereRené Scharfe
2021-07-28Merge branch 'ds/status-with-sparse-index'Junio C Hamano
2021-07-28Merge branch 'ew/many-alternate-optim'Junio C Hamano
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-19Merge branch 'en/dir-traversal'Junio C Hamano
2021-05-12dir: introduce readdir_skip_dot_and_dotdot() helperElijah Newren
2021-05-12dir: update stale description of treat_directory()Derrick Stolee
2021-05-12dir: traverse into untracked directories if they may have ignored subfilesElijah Newren
2021-05-12dir: avoid unnecessary traversal into ignored directoryElijah Newren
2021-05-12dir: report number of visited directories and paths with trace2Elijah Newren
2021-05-12dir: 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-22Merge branch 'jk/open-dotgitx-with-nofollow'Junio C Hamano
2021-03-14use CALLOC_ARRAYRené Scharfe
2021-03-01Merge 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