summaryrefslogtreecommitdiff
path: root/dir.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | dir.c: fix typos in core.excludesfile commentTodd Zullinger2018-06-271-1/+1
* | | Merge branch 'sb/object-store-grafts'Junio C Hamano2018-07-181-0/+1
|\ \ \ | |_|/ |/| |
| * | object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* | | Merge branch 'jk/ewah-bounds-check'Junio C Hamano2018-06-181-1/+2
|\ \ \
| * | | ewah: adjust callers of ewah_read_mmap()Jeff King2018-06-181-1/+2
| | |/ | |/|
* | | Merge branch 'bc/object-id'Junio C Hamano2018-05-301-12/+13
|\ \ \
| * | | dir: use the_hash_algo for empty blob object IDbrian m. carlson2018-05-021-1/+1
| * | | dir: convert struct untracked_cache_dir to object_idbrian m. carlson2018-05-021-11/+12
| | |/ | |/|
* | | Sync with Git 2.17.1Junio C Hamano2018-05-291-1/+1
|\ \ \
| * \ \ Sync with Git 2.16.4Junio C Hamano2018-05-221-1/+1
| |\ \ \ | | | |/ | | |/|
* | | | Merge branch 'sb/submodule-move-nested'Junio C Hamano2018-05-081-3/+57
|\ \ \ \ | |_|_|/ |/| | |
| * | | submodule: fixup nested submodules after moving the submodulesb/submodule-move-nestedStefan Beller2018-03-291-3/+57
* | | | sha1_file: convert read_sha1_file to struct object_idbrian m. carlson2018-03-141-1/+1
| |/ / |/| |
* | | Merge branch 'bp/untracked-cache-noflush'Junio C Hamano2018-03-081-2/+13
|\ \ \
| * | | untracked cache: use git_env_bool() not getenv() for customizationbp/untracked-cache-noflushJunio C Hamano2018-02-281-2/+12
| * | | dir.c: don't flag the index as dirty for changes to the untracked cacheBen Peart2018-02-051-1/+2
| | |/ | |/|
* | | Merge branch 'nd/fix-untracked-cache-invalidation'Junio C Hamano2018-02-271-14/+27
|\ \ \
| * | | dir.c: ignore paths containing .git when invalidating untracked cachend/fix-untracked-cache-invalidationNguyễn Thái Ngọc Duy2018-02-071-4/+6
| * | | dir.c: stop ignoring opendir() error in open_cached_dir()Nguyễn Thái Ngọc Duy2018-02-021-1/+6
| * | | dir.c: fix missing dir invalidation in untracked codeNguyễn Thái Ngọc Duy2018-01-241-8/+14
| * | | dir.c: avoid stat() in valid_cached_dir()Nguyễn Thái Ngọc Duy2018-01-241-1/+1
* | | | Merge branch 'nd/trace-index-ops'Junio C Hamano2018-02-151-0/+2
|\ \ \ \