aboutsummaryrefslogtreecommitdiffstats
path: root/dir.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ds/bundle-uri'Junio C Hamano2022-06-031-0/+29
|\
| * dir API: add a generalized path_match_flags() functionÆvar Arnfjörð Bjarmason2022-05-161-0/+29
* | Merge branch 'js/ci-gcc-12-fixes'Junio C Hamano2022-05-311-0/+9
|\ \
| * | dir.c: avoid "exceeds maximum object size" error with GCC v12.xJohannes Schindelin2022-05-241-0/+9
* | | Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano2022-05-201-1/+1
|\ \ \
| * \ \ Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano2022-05-021-1/+1
| |\ \ \
| | * | | tree-wide: apply equals-null.cocciJunio C Hamano2022-05-021-1/+1
| | |/ /
| | * | Merge branch 'ds/add-rm-with-sparse-index' into maintJunio C Hamano2021-11-231-49/+5
| | |\ \
* | | | | untracked-cache: support '--untracked-files=all' if configuredTao Klerks2022-04-011-16/+72
| |_|_|/ |/| | |
* | | | Merge branch 'vd/sparse-read-tree'Junio C Hamano2022-03-161-3/+4
|\ \ \ \
| * | | | sparse-index: prevent repo root from becoming sparseVictoria Dye2022-03-011-3/+4
| |/ / /
* | | | Merge branch 'ab/object-file-api-updates'Junio C Hamano2022-03-161-1/+1
|\ \ \ \
| * | | | object-file API: have hash_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason2022-02-251-1/+1
| |/ / /
* | | | Merge branch 'tk/empty-untracked-cache'Junio C Hamano2022-03-161-3/+7
|\ \ \ \
| * | | | untracked-cache: write index when populating empty untracked cacheTao Klerks2022-02-281-3/+7
| |/ / /
* / / / dir: force untracked cache with core.untrackedCacheDerrick Stolee2022-02-171-1/+3
|/ / /
* | | Merge branch 'ds/sparse-checkout-malformed-pattern-fix'Junio C Hamano2022-01-101-4/+2
|\ \ \
| * | | sparse-checkout: refuse to add to bad patternsDerrick Stolee2021-12-301-1/+1
| * | | sparse-checkout: fix segfault on malformed patternsDerrick Stolee2021-12-301-3/+1
* | | | Merge branch 'en/keep-cwd'Junio C Hamano2022-01-051-3/+12
|\ \ \ \ | |/ / / |/| | |
| * | | dir: new flag to remove_dir_recurse() to spare the original_cwdElijah Newren2021-12-091-3/+9
| * | | dir: avoid incidentally removing the original_cwd in remove_path()Elijah Newren2021-12-091-0/+3
| |/ /
* | | Merge branch 'ds/add-rm-with-sparse-index'Junio C Hamano2021-11-221-49/+5
|\ \ \ | |/ / |/| / | |/
| * dir: revert "dir: select directories correctly"Derrick Stolee2021-11-221-49/+5
* | Merge branch 'ds/add-rm-with-sparse-index'Junio C Hamano2021-11-031-1/+1
|\|
| * dir: fix directory-matching bugDerrick Stolee2021-11-031-1/+1
* | Merge branch 'mt/fix-add-rm-with-sparse-index'Junio C Hamano2021-10-291-6/+23
|\ \
| * | add, rm, mv: fix bug that prevents the update of non-sparse dirsMatheus Tavares2021-10-281-6/+23
| |/
* | Merge branch 'ds/add-rm-with-sparse-index'Junio C Hamano2021-10-131-6/+50
|\|
| * dir: fix pattern matching on dirsDerrick Stolee2021-09-281-1/+1
| * dir: select directories correctlyDerrick Stolee2021-09-281-5/+49
* | Merge branch 'jt/submodule-name-to-gitdir'Junio C Hamano2021-09-231-1/+1
|\ \
| * | submodule: extract path to submodule gitdir funcJonathan Tan2021-09-151-1/+1
* | | Merge branch 'ds/sparse-index-ignored-files'Junio C Hamano2021-09-201-0/+52
|\ \ \ | | |/ | |/|
| * | sparse-checkout: create helper methodsDerrick Stolee2021-09-071-0/+52
| |/
* / dir: libify and export helper functions from clone.cAtharva Raykar2021-08-101-0/+114
|/
* use fspathhash() everywhereRené Scharfe2021-07-301-10/+3
* Merge branch 'ds/status-with-sparse-index'Junio C Hamano2021-07-281-5/+19
|\
| * dir.c: accept a directory as part of cone-mode patternsDerrick Stolee2021-07-141-5/+19
* | Merge branch 'ew/many-alternate-optim'Junio C Hamano2021-07-281-0/+10
|\ \
| * | speed up alt_odb_usable() with many alternatesEric Wong2021-07-071-0/+10
| |/
* / dir.[ch]: replace dir_init() with DIR_INITÆvar Arnfjörð Bjarmason2021-07-011-7/+2
|/
* Merge branch 'en/dir-traversal'Junio C Hamano2021-05-281-2/+1
|\
| * dir: introduce readdir_skip_dot_and_dotdot() helperElijah Newren2021-05-271-9/+16
| * dir: update stale description of treat_directory()Derrick Stolee2021-05-271-7/+6
| * Revert "dir: update stale description of treat_directory()"Junio C Hamano2021-05-271-6/+7
| * Revert "dir: introduce readdir_skip_dot_and_dotdot() helper"Junio C Hamano2021-05-271-17/+9
* | Merge branch 'en/dir-traversal'Junio C Hamano2021-05-201-45/+101
|\|
| * dir: introduce readdir_skip_dot_and_dotdot() helperElijah Newren2021-05-131-9/+17
| * dir: update stale description of treat_directory()Derrick Stolee2021-05-131-7/+6