summaryrefslogtreecommitdiff
path: root/dir.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'en/fill-directory-fixes'Junio C Hamano2019-12-251-49/+138
|\
| * dir.c: use st_add3() for allocation sizeJunio C Hamano2019-12-201-1/+1
| * dir: consolidate similar code in treat_directory()Elijah Newren2019-12-191-11/+7
| * dir: synchronize treat_leading_path() and read_directory_recursive()Elijah Newren2019-12-191-0/+30
| * dir: fix checks on common prefix directoryElijah Newren2019-12-191-11/+56
| * dir: break part of read_directory_recursive() out for reuseElijah Newren2019-12-111-23/+37
| * dir: exit before wildcard fall-through if there is no wildcardElijah Newren2019-12-111-0/+7
| * dir: remove stray quote character in commentElijah Newren2019-12-111-1/+1
| * Revert "dir.c: make 'git-status --ignored' work within leading directories"Elijah Newren2019-12-111-3/+0
* | Merge branch 'ds/sparse-cone'Junio C Hamano2019-12-251-8/+208
|\ \
| * | sparse-checkout: respect core.ignoreCase in cone modeDerrick Stolee2019-12-131-3/+12
| * | unpack-trees: hash less in cone modeDerrick Stolee2019-11-221-2/+2
| * | sparse-checkout: init and set in cone modeDerrick Stolee2019-11-221-4/+4
| * | sparse-checkout: use hashmaps for cone patternsDerrick Stolee2019-11-221-8/+199
| |/
* | Merge branch 'hw/doc-in-header'Junio C Hamano2019-12-161-2/+0
|\ \
| * | dir: move doc to dir.hHeba Waly2019-11-181-2/+0
| |/
* | Fix spelling errors in code commentsElijah Newren2019-11-101-1/+1
|/
* Merge branch 'en/clean-nested-with-ignored'Junio C Hamano2019-10-111-17/+48
|\
| * dir: special case check for the possibility that pathspec is NULLElijah Newren2019-10-021-3/+5
| * clean: avoid removing untracked files in a nested git repositoryElijah Newren2019-09-171-0/+10
| * dir: add commentary explaining match_pathspec_item's return valueElijah Newren2019-09-171-8/+19
| * dir: if our pathspec might match files under a dir, recurse into itElijah Newren2019-09-171-4/+6
| * dir: make the DO_MATCH_SUBMODULE code reusable for a non-submodule caseElijah Newren2019-09-171-3/+3
| * dir: also check directories for matching pathspecsElijah Newren2019-09-171-0/+5
| * dir: fix off-by-one error in match_pathspec_itemElijah Newren2019-09-171-1/+2
| * dir: fix typo in commentElijah Newren2019-09-171-1/+1
* | Merge branch 'ds/include-exclude'Junio C Hamano2019-09-301-136/+148
|\ \ | |/ |/|
| * unpack-trees: rename 'is_excluded_from_list()'Derrick Stolee2019-09-051-8/+17
| * treewide: rename 'exclude' methods to 'pattern'Derrick Stolee2019-09-051-39/+39
| * treewide: rename 'EXCL_FLAG_' to 'PATTERN_FLAG_'Derrick Stolee2019-09-051-11/+11
| * treewide: rename 'struct exclude_list' to 'struct pattern_list'Derrick Stolee2019-09-051-53/+53
| * treewide: rename 'struct exclude' to 'struct path_pattern'Derrick Stolee2019-09-051-56/+59
* | cleanup: fix possible overflow errors in binary search, part 2René Scharfe2019-06-131-1/+1
|/
* Merge branch 'jk/untracked-cache-more-fixes'Junio C Hamano2019-05-091-23/+18
|\
| * untracked-cache: simplify parsing by dropping "len"Jeff King2019-04-191-8/+5
| * untracked-cache: simplify parsing by dropping "next"Jeff King2019-04-191-13/+7
| * untracked-cache: be defensive about missing NULs in indexJeff King2019-04-191-7/+11
* | Merge branch 'nd/sha1-name-c-wo-the-repository'Junio C Hamano2019-05-091-0/+8
|\ \
| * | sha1-name.c: remove the_repo from diagnose_invalid_index_path()Nguyễn Thái Ngọc Duy2019-04-161-0/+8
* | | Merge branch 'km/empty-repo-is-still-a-repo'Junio C Hamano2019-05-091-2/+4
|\ \ \
| * | | dir: do not traverse repositories with no commitsKyle Meyer2019-04-101-2/+4
| |/ /
* | | Merge branch 'js/untracked-cache-allocfix'Junio C Hamano2019-04-251-1/+1
|\ \ \ | | |/ | |/|
| * | untracked cache: fix off-by-oneJohannes Schindelin2019-04-121-1/+1
| |/
* | Merge branch 'bc/hash-transition-16'Junio C Hamano2019-04-251-14/+14
|\ \
| * | dir: make untracked cache extension hash size independentbrian m. carlson2019-04-011-14/+14
| |/
* | report_path_error(): drop unused prefix parameterJeff King2019-03-201-2/+1
|/
* Merge branch 'nd/the-index-final'Junio C Hamano2019-02-061-1/+0
|\
| * cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy2019-01-241-1/+0
* | dir.c: move, rename and export match_attrs()Nguyễn Thái Ngọc Duy2018-11-191-39/+2
|/
* pathspec: handle non-terminated strings with :(attr)Jeff King2018-11-021-0/+7