summaryrefslogtreecommitdiffstats
path: root/dir.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * dir: traverse into untracked directories if they may have ignored subfilesElijah Newren2021-05-131-4/+6
| * dir: avoid unnecessary traversal into ignored directoryElijah Newren2021-05-131-15/+29
| * dir: report number of visited directories and paths with trace2Elijah Newren2021-05-131-0/+9
| * dir: convert trace calls to trace2 equivalentsElijah Newren2021-05-131-13/+37
* | Merge branch 'bc/hash-transition-interop-part-1'Junio C Hamano2021-05-101-3/+3
|\ \
| * | hash: provide per-algorithm null OIDsbrian m. carlson2021-04-271-1/+1
| * | Always use oidread to read into struct object_idbrian m. carlson2021-04-271-2/+2
* | | Merge branch 'ds/sparse-index-protections'Junio C Hamano2021-04-301-6/+8
|\ \ \ | |/ / |/| |
| * | dir: ensure full indexDerrick Stolee2021-04-141-0/+2
| * | *: remove 'const' qualifier for struct index_stateDerrick Stolee2021-04-141-6/+6
* | | Merge branch 'jk/open-dotgitx-with-nofollow'Junio C Hamano2021-03-221-6/+15
|\ \ \ | |_|/ |/| |
| * | exclude: do not respect symlinks for in-tree .gitignoreJeff King2021-02-161-2/+10
| * | exclude: add flags parameter to add_patterns()Jeff King2021-02-161-6/+7
* | | use CALLOC_ARRAYRené Scharfe2021-03-131-3/+3
| |/ |/|
* | Merge branch 'jh/untracked-cache-fix'Junio C Hamano2021-03-011-5/+2
|\ \ | |/ |/|
| * dir: fix malloc of root untracked_cache_dirJeff Hostetler2021-02-241-5/+2
* | sparse-checkout: load sparse-checkout patternsDerrick Stolee2021-01-231-0/+17
|/
* Merge branch 'en/strmap'Junio C Hamano2020-11-211-4/+4
|\
| * hashmap: provide deallocation function namesElijah Newren2020-11-021-4/+4
* | Merge branch 'nk/dir-c-comment-update'Junio C Hamano2020-11-021-3/+3
|\ \ | |/ |/|
| * dir.c: fix comments to agree with argument nameAlex Vandiver2020-10-161-3/+3
* | dir.c: drop unused "untracked" from treat_path_fast()Jeff King2020-09-301-2/+1
* | Merge branch 'jk/leakfix'Junio C Hamano2020-08-271-0/+2
|\ \
| * | clear_pattern_list(): clear embedded hashmapsJeff King2020-08-141-0/+2
| |/
* | Merge branch 'en/dir-clear'Junio C Hamano2020-08-241-3/+17
|\ \
| * | dir: fix problematic API to avoid memory leaksElijah Newren2020-08-181-2/+7
| * | dir: make clear_directory() free all relevant memoryElijah Newren2020-08-181-2/+11
* | | Merge branch 'en/dir-nonbare-embedded'Junio C Hamano2020-08-241-3/+6
|\ \ \ | |/ / |/| |
| * | dir: avoid prematurely marking nonbare repositories as matchesElijah Newren2020-08-121-3/+6
| |/
* | Merge branch 'en/fill-directory-exponential' into masterJunio C Hamano2020-07-301-2/+2
|\ \ | |/ |/|
| * dir: check pathspecs before returning `path_excluded`Martin Ågren2020-07-201-2/+2
* | Merge branch 'en/clean-cleanups'Junio C Hamano2020-06-251-5/+10
|\ \
| * | dir, clean: avoid disallowed behaviorElijah Newren2020-06-121-0/+4
| * | dir: fix a few confusing commentsElijah Newren2020-06-121-5/+6
* | | Merge branch 'en/do-match-pathspec-fix'Junio C Hamano2020-06-171-17/+33
|\ \ \ | |/ / |/| |
| * | dir: fix treatment of negated pathspecsElijah Newren2020-06-051-17/+33
| |/
* | Merge branch 'en/fill-directory-exponential'Junio C Hamano2020-04-291-174/+248
|\|