summaryrefslogtreecommitdiff
path: root/dir.c
AgeCommit message (Expand)Author
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano
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
2018-01-30sha1_file: convert hash_sha1_file to object_idPatryk Obara
2018-01-30dir: convert struct sha1_stat to use object_idPatryk Obara
2018-01-24dir.c: fix missing dir invalidation in untracked codeNguyễn Thái Ngọc Duy
2018-01-24dir.c: avoid stat() in valid_cached_dir()Nguyễn Thái Ngọc Duy
2018-01-22Use MOVE_ARRAYSZEDER Gábor
2017-12-27Merge branch 'jh/object-filtering'Junio C Hamano
2017-11-22dir: allow exclusions from blob in addition to fileJeff Hostetler
2017-11-21Merge branch 'bp/fsmonitor'Junio C Hamano
2017-11-13Merge branch 'jm/status-ignored-files-list'Junio C Hamano
2017-11-06Merge branch 'bc/object-id'Junio C Hamano
2017-11-06Merge branch 'js/submodule-in-excluded'Junio C Hamano
2017-10-31status: report matching ignored and normal untrackedJameson Miller
2017-10-31status: add option to show ignored files differentlyJameson Miller
2017-10-26status: do not get confused by submodules in excluded directoriesJohannes Schindelin
2017-10-16refs: convert resolve_gitlink_ref to struct object_idbrian m. carlson
2017-10-16Convert remaining callers of resolve_gitlink_ref to object_idbrian m. carlson
2017-10-01fsmonitor: teach git to optionally utilize a file system monitor to speed up ...Ben Peart
2017-09-19Improve performance of git status --ignoredJameson Miller
2017-08-23Merge branch 'rs/stat-data-unaligned-reads-fix' into maintJunio C Hamano
2017-08-11Merge branch 'rs/stat-data-unaligned-reads-fix'Junio C Hamano
2017-07-17dir: support platforms that require aligned readsRené Scharfe
2017-07-10Merge branch 'ab/wildmatch'Junio C Hamano
2017-06-24Merge branch 'ab/free-and-null'Junio C Hamano
2017-06-24Merge branch 'bw/config-h'Junio C Hamano
2017-06-24Merge branch 'bw/ls-files-sans-the-index'Junio C Hamano
2017-06-24wildmatch: remove unused wildopts parameterÆvar Arnfjörð Bjarmason
2017-06-22Merge branch 'pc/dir-count-slashes'Junio C Hamano
2017-06-16coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason
2017-06-15config: don't include config.h by defaultBrandon Williams