summaryrefslogtreecommitdiffstats
path: root/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-02pathspec: handle non-terminated strings with :(attr)Jeff King1-0/+7
2018-09-17Merge branch 'jk/cocci'Junio C Hamano1-3/+3
2018-09-17Merge branch 'nd/unpack-trees-with-cache-tree'Junio C Hamano1-3/+6
2018-08-29convert "oidcmp() != 0" to "!oideq()"Jeff King1-3/+3
2018-08-20Merge branch 'nd/no-the-index'Junio C Hamano1-11/+16
2018-08-18trace.h: support nested performance tracingNguyễn Thái Ngọc Duy1-3/+6
2018-08-15Merge branch 'nd/i18n'Junio C Hamano1-4/+4
2018-08-13dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy1-11/+16
2018-08-13attr: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy1-1/+1
2018-07-23dir.c: mark more strings for translationNguyễn Thái Ngọc Duy1-3/+3
2018-07-23Update messages in preparation for i18nNguyễn Thái Ngọc Duy1-2/+2
2018-07-18Merge branch 'tz/exclude-doc-smallfixes'Junio C Hamano1-1/+1
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano1-0/+1
2018-06-27dir.c: fix typos in core.excludesfile commentTodd Zullinger1-1/+1
2018-06-18Merge branch 'jk/ewah-bounds-check'Junio C Hamano1-1/+2
2018-06-18ewah: adjust callers of ewah_read_mmap()Jeff King1-1/+2
2018-05-30Merge branch 'bc/object-id'Junio C Hamano1-12/+13
2018-05-29Sync with Git 2.17.1Junio C Hamano1-1/+1
2018-05-22Sync with Git 2.16.4Junio C Hamano1-1/+1
2018-05-16object-store: move object access functions to object-store.hStefan Beller1-0/+1
2018-05-08Merge branch 'sb/submodule-move-nested'Junio C Hamano1-3/+57
2018-05-02dir: use the_hash_algo for empty blob object IDbrian m. carlson1-1/+1
2018-05-02dir: convert struct untracked_cache_dir to object_idbrian m. carlson1-11/+12
2018-03-29submodule: fixup nested submodules after moving the submoduleStefan Beller1-3/+57
2018-03-14sha1_file: convert read_sha1_file to struct object_idbrian m. carlson1-1/+1
2018-03-08Merge branch 'bp/untracked-cache-noflush'Junio C Hamano1-2/+13
2018-02-28untracked cache: use git_env_bool() not getenv() for customizationJunio C Hamano1-2/+12
2018-02-27Merge branch 'nd/fix-untracked-cache-invalidation'Junio C Hamano1-14/+27
2018-02-15Merge branch 'nd/trace-index-ops'Junio C Hamano1-0/+2
2018-02-15Merge branch 'po/object-id'Junio C Hamano1-54/+50
2018-02-07dir.c: ignore paths containing .git when invalidating untracked cacheNguyễn Thái Ngọc Duy1-4/+6
2018-02-05dir.c: don't flag the index as dirty for changes to the untracked cacheBen Peart1-1/+2
2018-02-02trace: measure where the time is spent in the index-heavy operationsNguyễn Thái Ngọc Duy1-0/+2
2018-02-02dir.c: stop ignoring opendir() error in open_cached_dir()Nguyễn Thái Ngọc Duy1-1/+6
2018-01-30sha1_file: convert hash_sha1_file to object_idPatryk Obara1-2/+2
2018-01-30dir: convert struct sha1_stat to use object_idPatryk Obara1-54/+50
2018-01-24dir.c: fix missing dir invalidation in untracked codeNguyễn Thái Ngọc Duy1-8/+14
2018-01-24dir.c: avoid stat() in valid_cached_dir()Nguyễn Thái Ngọc Duy1-1/+1
2018-01-22Use MOVE_ARRAYSZEDER Gábor1-2/+2
2017-12-27Merge branch 'jh/object-filtering'Junio C Hamano1-31/+101
2017-11-22dir: allow exclusions from blob in addition to fileJeff Hostetler1-31/+101
2017-11-21Merge branch 'bp/fsmonitor'Junio C Hamano1-10/+17
2017-11-13Merge branch 'jm/status-ignored-files-list'Junio C Hamano1-2/+42
2017-11-06Merge branch 'bc/object-id'Junio C Hamano1-4/+4
2017-11-06Merge branch 'js/submodule-in-excluded'Junio C Hamano1-1/+1
2017-10-31status: report matching ignored and normal untrackedJameson Miller1-2/+18
2017-10-31status: add option to show ignored files differentlyJameson Miller1-0/+24
2017-10-26status: do not get confused by submodules in excluded directoriesJohannes Schindelin1-1/+1
2017-10-16refs: convert resolve_gitlink_ref to struct object_idbrian m. carlson1-2/+2
2017-10-16Convert remaining callers of resolve_gitlink_ref to object_idbrian m. carlson1-4/+4