summaryrefslogtreecommitdiff
path: root/dir.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* Merge branch 'jk/cocci'Junio C Hamano2018-09-171-3/+3
|\
| * convert "oidcmp() != 0" to "!oideq()"Jeff King2018-08-291-3/+3
* | Merge branch 'nd/unpack-trees-with-cache-tree'Junio C Hamano2018-09-171-3/+6
|\ \ | |/ |/|
| * trace.h: support nested performance tracingNguyễn Thái Ngọc Duy2018-08-181-3/+6
* | Merge branch 'nd/no-the-index'Junio C Hamano2018-08-201-11/+16
|\ \ | |/ |/|
| * dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy2018-08-131-11/+16
| * attr: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-08-131-1/+1
* | Merge branch 'nd/i18n'Junio C Hamano2018-08-151-4/+4
|\ \ | |/ |/|
| * dir.c: mark more strings for translationNguyễn Thái Ngọc Duy2018-07-231-3/+3
| * Update messages in preparation for i18nNguyễn Thái Ngọc Duy2018-07-231-2/+2
* | Merge branch 'tz/exclude-doc-smallfixes'Junio C Hamano2018-07-181-1/+1
|\ \