summaryrefslogtreecommitdiff
path: root/dir.c
AgeCommit message (Expand)Author
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
2019-09-05treewide: rename 'exclude' methods to 'pattern'Derrick Stolee
2019-09-05treewide: rename 'EXCL_FLAG_' to 'PATTERN_FLAG_'Derrick Stolee
2019-09-05treewide: rename 'struct exclude_list' to 'struct pattern_list'Derrick Stolee
2019-09-05treewide: rename 'struct exclude' to 'struct path_pattern'Derrick Stolee
2019-06-13cleanup: fix possible overflow errors in binary search, part 2René Scharfe
2019-05-08Merge branch 'jk/untracked-cache-more-fixes'Junio C Hamano
2019-05-08Merge branch 'nd/sha1-name-c-wo-the-repository'Junio C Hamano
2019-05-08Merge branch 'km/empty-repo-is-still-a-repo'Junio C Hamano
2019-04-25Merge branch 'js/untracked-cache-allocfix'Junio C Hamano
2019-04-25Merge branch 'bc/hash-transition-16'Junio C Hamano
2019-04-19untracked-cache: simplify parsing by dropping "len"Jeff King
2019-04-19untracked-cache: simplify parsing by dropping "next"Jeff King
2019-04-19untracked-cache: be defensive about missing NULs in indexJeff King
2019-04-16sha1-name.c: remove the_repo from diagnose_invalid_index_path()Nguyễn Thái Ngọc Duy
2019-04-12untracked cache: fix off-by-oneJohannes Schindelin
2019-04-10dir: do not traverse repositories with no commitsKyle Meyer
2019-04-01dir: make untracked cache extension hash size independentbrian m. carlson
2019-03-20report_path_error(): drop unused prefix parameterJeff King
2019-02-07Merge branch 'nd/the-index-final'Junio C Hamano
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy
2018-11-19dir.c: move, rename and export match_attrs()Nguyễn Thái Ngọc Duy
2018-11-02pathspec: handle non-terminated strings with :(attr)Jeff King