summaryrefslogtreecommitdiffstats
path: root/dir.c
AgeCommit message (Expand)AuthorLines
2020-03-05Merge branch 'ds/sparse-add'Junio C Hamano-1/+1
2020-02-20sparse-checkout: allow one-character directories in cone modeDerrick Stolee-1/+1
2020-02-14Merge branch 'mt/use-passed-repo-more-in-funcs'Junio C Hamano-2/+2
2020-02-14Merge branch 'ds/sparse-checkout-harden'Junio C Hamano-4/+75
2020-01-31sparse-checkout: properly match escaped charactersDerrick Stolee-3/+32
2020-01-31sparse-checkout: warn on globs in cone patternsDerrick Stolee-0/+36
2020-01-31sha1-file: pass git_hash_algo to hash_object_file()Matheus Tavares-2/+2
2020-01-24sparse-checkout: detect short patternsDerrick Stolee-1/+2
2020-01-24sparse-checkout: cone mode does not recognize "**"Derrick Stolee-1/+6
2020-01-16dir: point treat_leading_path() warning to the right placeJeff King-3/+3
2020-01-16dir: restructure in a way to avoid passing around a struct direntJeff King-42/+31
2020-01-16dir: treat_leading_path() and read_directory_recursive(), round 2Elijah Newren-0/+4
2019-12-25Merge branch 'en/fill-directory-fixes'Junio C Hamano-49/+138
2019-12-25Merge branch 'ds/sparse-cone'Junio C Hamano-8/+208
2019-12-20dir.c: use st_add3() for allocation sizeJunio C Hamano-1/+1
2019-12-19dir: consolidate similar code in treat_directory()Elijah Newren-11/+7
2019-12-19dir: synchronize treat_leading_path() and read_directory_recursive()Elijah Newren-0/+30
2019-12-19dir: fix checks on common prefix directoryElijah Newren-11/+56
2019-12-16Merge branch 'hw/doc-in-header'Junio C Hamano-2/+0
2019-12-13sparse-checkout: respect core.ignoreCase in cone modeDerrick Stolee-3/+12
2019-12-11dir: break part of read_directory_recursive() out for reuseElijah Newren-23/+37
2019-12-11dir: exit before wildcard fall-through if there is no wildcardElijah Newren-0/+7
2019-12-11dir: remove stray quote character in commentElijah Newren-1/+1
2019-12-11Revert "dir.c: make 'git-status --ignored' work within leading directories"Elijah Newren-3/+0
2019-11-22unpack-trees: hash less in cone modeDerrick Stolee-2/+2
2019-11-22sparse-checkout: init and set in cone modeDerrick Stolee-4/+4
2019-11-22sparse-checkout: use hashmaps for cone patternsDerrick Stolee-8/+199
2019-11-18dir: move doc to dir.hHeba Waly-2/+0
2019-11-10Fix spelling errors in code commentsElijah Newren-1/+1
2019-10-11Merge branch 'en/clean-nested-with-ignored'Junio C Hamano-17/+48
2019-10-02dir: special case check for the possibility that pathspec is NULLElijah Newren-3/+5
2019-09-30Merge branch 'ds/include-exclude'Junio C Hamano-136/+148
2019-09-17clean: avoid removing untracked files in a nested git repositoryElijah Newren-0/+10
2019-09-17dir: add commentary explaining match_pathspec_item's return valueElijah Newren-8/+19
2019-09-17dir: if our pathspec might match files under a dir, recurse into itElijah Newren-4/+6
2019-09-17dir: make the DO_MATCH_SUBMODULE code reusable for a non-submodule caseElijah Newren-3/+3
2019-09-17dir: also check directories for matching pathspecsElijah Newren-0/+5
2019-09-17dir: fix off-by-one error in match_pathspec_itemElijah Newren-1/+2
2019-09-17dir: fix typo in commentElijah Newren-1/+1
2019-09-05unpack-trees: rename 'is_excluded_from_list()'Derrick Stolee-8/+17
2019-09-05treewide: rename 'exclude' methods to 'pattern'Derrick Stolee-39/+39
2019-09-05treewide: rename 'EXCL_FLAG_' to 'PATTERN_FLAG_'Derrick Stolee-11/+11
2019-09-05treewide: rename 'struct exclude_list' to 'struct pattern_list'Derrick Stolee-53/+53
2019-09-05treewide: rename 'struct exclude' to 'struct path_pattern'Derrick Stolee-56/+59
2019-06-13cleanup: fix possible overflow errors in binary search, part 2René Scharfe-1/+1
2019-05-09Merge branch 'jk/untracked-cache-more-fixes'Junio C Hamano-23/+18
2019-05-09Merge branch 'nd/sha1-name-c-wo-the-repository'Junio C Hamano-0/+8
2019-05-09Merge branch 'km/empty-repo-is-still-a-repo'Junio C Hamano-2/+4
2019-04-25Merge branch 'js/untracked-cache-allocfix'Junio C Hamano-1/+1
2019-04-25Merge branch 'bc/hash-transition-16'Junio C Hamano-14/+14