summaryrefslogtreecommitdiff
path: root/dir.c
AgeCommit message (Expand)Author
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
2018-09-17Merge branch 'jk/cocci'Junio C Hamano
2018-09-17Merge branch 'nd/unpack-trees-with-cache-tree'Junio C Hamano
2018-08-29convert "oidcmp() != 0" to "!oideq()"Jeff King
2018-08-20Merge branch 'nd/no-the-index'Junio C Hamano
2018-08-18trace.h: support nested performance tracingNguyễn Thái Ngọc Duy
2018-08-15Merge branch 'nd/i18n'Junio C Hamano
2018-08-13dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy
2018-08-13attr: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-07-23dir.c: mark more strings for translationNguyễn Thái Ngọc Duy
2018-07-23Update messages in preparation for i18nNguyễn Thái Ngọc Duy
2018-07-18Merge branch 'tz/exclude-doc-smallfixes'Junio C Hamano
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano
2018-06-27dir.c: fix typos in core.excludesfile commentTodd Zullinger
2018-06-18Merge branch 'jk/ewah-bounds-check'Junio C Hamano
2018-06-18ewah: adjust callers of ewah_read_mmap()Jeff King
2018-05-30Merge branch 'bc/object-id'Junio C Hamano
2018-05-29Sync with Git 2.17.1Junio C Hamano
2018-05-22Sync with Git 2.16.4Junio C Hamano
2018-05-16object-store: move object access functions to object-store.hStefan Beller
2018-05-08Merge branch 'sb/submodule-move-nested'Junio C Hamano
2018-05-02dir: use the_hash_algo for empty blob object IDbrian m. carlson
2018-05-02dir: convert struct untracked_cache_dir to object_idbrian m. carlson
2018-03-29submodule: fixup nested submodules after moving the submoduleStefan Beller
2018-03-14sha1_file: convert read_sha1_file to struct object_idbrian m. carlson
2018-03-08Merge branch 'bp/untracked-cache-noflush'Junio C Hamano
2018-02-28untracked cache: use git_env_bool() not getenv() for customizationJunio C Hamano
2018-02-27Merge branch 'nd/fix-untracked-cache-invalidation'Junio C Hamano
2018-02-15Merge branch 'nd/trace-index-ops'Junio C Hamano
2018-02-15Merge branch 'po/object-id'Junio C Hamano
2018-02-07dir.c: ignore paths containing .git when invalidating untracked cacheNguyễn Thái Ngọc Duy
2018-02-05dir.c: don't flag the index as dirty for changes to the untracked cacheBen Peart
2018-02-02trace: measure where the time is spent in the index-heavy operationsNguyễn Thái Ngọc Duy
2018-02-02dir.c: stop ignoring opendir() error in open_cached_dir()Nguyễn Thái Ngọc Duy