summaryrefslogtreecommitdiff
path: root/dir.c
AgeCommit message (Expand)Author
2022-07-27Merge branch 'gg/worktree-from-the-above' into maintJunio C Hamano
2022-06-22dir: minor refactoring / clean-upGoss Geppert
2022-06-22dir: traverse into repositoryGoss Geppert
2022-06-03Merge branch 'ds/bundle-uri'Junio C Hamano
2022-06-01Merge branch 'js/ci-gcc-12-fixes'Junio C Hamano
2022-05-24dir.c: avoid "exceeds maximum object size" error with GCC v12.xJohannes Schindelin
2022-05-20Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano
2022-05-16dir API: add a generalized path_match_flags() functionÆvar Arnfjörð Bjarmason
2022-05-02Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano
2022-04-01untracked-cache: support '--untracked-files=all' if configuredTao Klerks
2022-03-17Merge branch 'vd/sparse-read-tree'Junio C Hamano
2022-03-17Merge branch 'ab/object-file-api-updates'Junio C Hamano
2022-03-17Merge branch 'tk/empty-untracked-cache'Junio C Hamano
2022-03-01sparse-index: prevent repo root from becoming sparseVictoria Dye
2022-02-28untracked-cache: write index when populating empty untracked cacheTao Klerks
2022-02-26object-file API: have hash_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason
2022-02-17dir: force untracked cache with core.untrackedCacheDerrick Stolee
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' into maintJunio C Hamano
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