summaryrefslogtreecommitdiffstats
path: root/dir.c
AgeCommit message (Expand)AuthorLines
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
2019-04-19untracked-cache: simplify parsing by dropping "len"Jeff King-8/+5
2019-04-19untracked-cache: simplify parsing by dropping "next"Jeff King-13/+7
2019-04-19untracked-cache: be defensive about missing NULs in indexJeff King-7/+11
2019-04-16sha1-name.c: remove the_repo from diagnose_invalid_index_path()Nguyễn Thái Ngọc Duy-0/+8
2019-04-12untracked cache: fix off-by-oneJohannes Schindelin-1/+1
2019-04-10dir: do not traverse repositories with no commitsKyle Meyer-2/+4
2019-04-01dir: make untracked cache extension hash size independentbrian m. carlson-14/+14
2019-03-20report_path_error(): drop unused prefix parameterJeff King-2/+1
2019-02-06Merge branch 'nd/the-index-final'Junio C Hamano-1/+0
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy-1/+0
2018-11-19dir.c: move, rename and export match_attrs()Nguyễn Thái Ngọc Duy-39/+2
2018-11-02pathspec: handle non-terminated strings with :(attr)Jeff King-0/+7
2018-09-17Merge branch 'jk/cocci'Junio C Hamano-3/+3
2018-09-17Merge branch 'nd/unpack-trees-with-cache-tree'Junio C Hamano-3/+6
2018-08-29convert "oidcmp() != 0" to "!oideq()"Jeff King-3/+3
2018-08-20Merge branch 'nd/no-the-index'Junio C Hamano-11/+16
2018-08-18trace.h: support nested performance tracingNguyễn Thái Ngọc Duy-3/+6
2018-08-15Merge branch 'nd/i18n'Junio C Hamano-4/+4
2018-08-13dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy-11/+16
2018-08-13attr: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy-1/+1
2018-07-23dir.c: mark more strings for translationNguyễn Thái Ngọc Duy-3/+3
2018-07-23Update messages in preparation for i18nNguyễn Thái Ngọc Duy-2/+2
2018-07-18Merge branch 'tz/exclude-doc-smallfixes'Junio C Hamano-1/+1
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano-0/+1
2018-06-27dir.c: fix typos in core.excludesfile commentTodd Zullinger-1/+1
2018-06-18Merge branch 'jk/ewah-bounds-check'Junio C Hamano-1/+2
2018-06-18ewah: adjust callers of ewah_read_mmap()Jeff King-1/+2
2018-05-30Merge branch 'bc/object-id'Junio C Hamano-12/+13
2018-05-29Sync with Git 2.17.1Junio C Hamano-1/+1