summaryrefslogtreecommitdiff
path: root/dir.c
AgeCommit message (Expand)Author
2020-04-29Merge branch 'en/fill-directory-exponential'Junio C Hamano
2020-04-01Fix error-prone fill_directory() API; make it only return matchesElijah Newren
2020-04-01dir: replace double pathspec matching with single in treat_directory()Elijah Newren
2020-04-01dir: include DIR_KEEP_UNTRACKED_CONTENTS handling in treat_directory()Elijah Newren
2020-04-01dir: replace exponential algorithm with a linear oneElijah Newren
2020-04-01dir: refactor treat_directory to clarify control flowDerrick Stolee
2020-04-01dir: fix confusion based on variable tenseElijah Newren
2020-04-01dir: fix broken commentElijah Newren
2020-04-01dir: consolidate treat_path() and treat_one_path()Elijah Newren
2020-04-01dir: fix simple typo in commentElijah Newren
2020-03-05Merge branch 'ds/sparse-add'Junio C Hamano
2020-02-20sparse-checkout: allow one-character directories in cone modeDerrick Stolee
2020-02-14Merge branch 'mt/use-passed-repo-more-in-funcs'Junio C Hamano
2020-02-14Merge branch 'ds/sparse-checkout-harden'Junio C Hamano
2020-01-31sparse-checkout: properly match escaped charactersDerrick Stolee
2020-01-31sparse-checkout: warn on globs in cone patternsDerrick Stolee
2020-01-31sha1-file: pass git_hash_algo to hash_object_file()Matheus Tavares
2020-01-24sparse-checkout: detect short patternsDerrick Stolee
2020-01-24sparse-checkout: cone mode does not recognize "**"Derrick Stolee
2020-01-16dir: point treat_leading_path() warning to the right placeJeff King
2020-01-16dir: restructure in a way to avoid passing around a struct direntJeff King
2020-01-16dir: treat_leading_path() and read_directory_recursive(), round 2Elijah Newren
2019-12-25Merge branch 'en/fill-directory-fixes'Junio C Hamano
2019-12-25Merge branch 'ds/sparse-cone'Junio C Hamano
2019-12-20dir.c: use st_add3() for allocation sizeJunio C Hamano
2019-12-19dir: consolidate similar code in treat_directory()Elijah Newren
2019-12-19dir: synchronize treat_leading_path() and read_directory_recursive()Elijah Newren
2019-12-19dir: fix checks on common prefix directoryElijah Newren
2019-12-16Merge branch 'hw/doc-in-header'Junio C Hamano
2019-12-13sparse-checkout: respect core.ignoreCase in cone modeDerrick Stolee
2019-12-11dir: break part of read_directory_recursive() out for reuseElijah Newren
2019-12-11dir: exit before wildcard fall-through if there is no wildcardElijah Newren
2019-12-11dir: remove stray quote character in commentElijah Newren
2019-12-11Revert "dir.c: make 'git-status --ignored' work within leading directories"Elijah Newren
2019-11-22unpack-trees: hash less in cone modeDerrick Stolee
2019-11-22sparse-checkout: init and set in cone modeDerrick Stolee
2019-11-22sparse-checkout: use hashmaps for cone patternsDerrick Stolee
2019-11-18dir: move doc to dir.hHeba Waly
2019-11-10Fix spelling errors in code commentsElijah Newren
2019-10-11Merge branch 'en/clean-nested-with-ignored'Junio C Hamano
2019-10-02dir: special case check for the possibility that pathspec is NULLElijah Newren
2019-09-30Merge branch 'ds/include-exclude'Junio C Hamano
2019-09-17clean: avoid removing untracked files in a nested git repositoryElijah Newren
2019-09-17dir: add commentary explaining match_pathspec_item's return valueElijah Newren
2019-09-17dir: if our pathspec might match files under a dir, recurse into itElijah Newren
2019-09-17dir: make the DO_MATCH_SUBMODULE code reusable for a non-submodule caseElijah Newren
2019-09-17dir: also check directories for matching pathspecsElijah Newren
2019-09-17dir: fix off-by-one error in match_pathspec_itemElijah Newren
2019-09-17dir: fix typo in commentElijah Newren
2019-09-05unpack-trees: rename 'is_excluded_from_list()'Derrick Stolee