summaryrefslogtreecommitdiff
path: root/read-cache.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-22Sync with Git 2.16.4Junio C Hamano1-13/+38
2018-05-22Sync with Git 2.15.2Junio C Hamano1-13/+38
2018-05-22Sync with Git 2.14.4Junio C Hamano1-13/+38
2018-05-22Sync with Git 2.13.7Junio C Hamano1-13/+38
2018-05-21verify_path: disallow symlinks in .gitmodulesJeff King1-9/+31
2018-05-21verify_dotfile: mention case-insensitivity in commentJeff King1-1/+4
2018-05-21verify_path: drop clever fallthroughJeff King1-4/+4
2018-03-22Merge branch 'nd/shared-index-fix' into maintJunio C Hamano1-18/+22
2018-03-22Merge branch 'tg/split-index-fixes' into maintJunio C Hamano1-11/+14
2018-03-21Merge branch 'rj/warning-uninitialized-fix'Junio C Hamano1-2/+4
2018-03-21Merge branch 'bp/refresh-cache-ent-rehash-fix'Junio C Hamano1-1/+3
2018-03-21Merge branch 'ma/skip-writing-unchanged-index'Junio C Hamano1-0/+6
2018-03-20read-cache: fix an -Wmaybe-uninitialized warningRamsay Jones1-2/+4
2018-03-15Fix bugs preventing adding updated cache entries to the name hashBen Peart1-1/+3
2018-03-06Merge branch 'bw/c-plus-plus'Junio C Hamano1-20/+20
2018-03-01write_locked_index(): add flag to avoid writing unchanged indexMartin Ågren1-0/+6
2018-02-22read-cache: rename 'new' variablesBrandon Williams1-20/+20
2018-02-15Merge branch 'bc/hash-algo'Junio C Hamano1-29/+29
2018-02-15Merge branch 'nd/trace-index-ops'Junio C Hamano1-0/+7
2018-02-15Merge branch 'po/object-id'Junio C Hamano1-3/+3
2018-02-13Merge branch 'nd/shared-index-fix'Junio C Hamano1-18/+22
2018-02-13Merge branch 'sg/cocci-move-array'Junio C Hamano1-3/+2
2018-02-13Merge branch 'tg/split-index-fixes'Junio C Hamano1-11/+14
2018-02-02read-cache: abstract away uses of SHA-1brian m. carlson1-29/+29
2018-02-02trace: measure where the time is spent in the index-heavy operationsNguyễn Thái Ngọc Duy1-0/+7
2018-01-30sha1_file: convert write_sha1_file to object_idPatryk Obara1-3/+3
2018-01-24read-cache: don't write index twice if we can't write shared indexNguyễn Thái Ngọc Duy1-2/+3
2018-01-22Use MOVE_ARRAYSZEDER Gábor1-3/+2
2018-01-19split-index: don't write cache tree with null oid entriesThomas Gummerer1-1/+1
2018-01-19read-cache: fix reading the shared index for other reposThomas Gummerer1-10/+13
2018-01-16read-cache.c: move tempfile creation/cleanup out of write_shared_indexNguyễn Thái Ngọc Duy1-16/+17
2018-01-16read-cache.c: change type of "temp" in write_shared_index()Nguyễn Thái Ngọc Duy1-9/+11
2017-11-27Merge branch 'tb/add-renormalize'Junio C Hamano1-11/+19
2017-11-21Merge branch 'av/fsmonitor'Junio C Hamano1-0/+3
2017-11-21Merge branch 'bp/fsmonitor'Junio C Hamano1-5/+40
2017-11-17add: introduce "--renormalize"Torsten Bögershausen1-11/+19
2017-11-15Merge branch 'bp/read-index-from-skip-verification'Junio C Hamano1-0/+6
2017-11-10fsmonitor: store fsmonitor bitmap before splitting indexAlex Vandiver1-0/+3
2017-11-08read_index_from(): speed index loading by skipping verification of the entry ...Ben Peart1-0/+6
2017-11-06Merge branch 'bc/object-id'Junio C Hamano1-3/+3
2017-10-16refs: convert resolve_gitlink_ref to struct object_idbrian m. carlson1-1/+1
2017-10-16Convert remaining callers of resolve_gitlink_ref to object_idbrian m. carlson1-3/+3
2017-10-07read_cache: roll back lock in `update_index_if_able()`Martin Ågren1-3/+2
2017-10-07read-cache: leave lock in right state in `write_locked_index()`Martin Ågren1-6/+8
2017-10-07read-cache: drop explicit `CLOSE_LOCK`-flagMartin Ågren1-6/+8
2017-10-01fsmonitor: teach git to optionally utilize a file system monitor to speed up ...Ben Peart1-5/+40
2017-09-28Merge branch 'jk/fallthrough'Junio C Hamano1-0/+1
2017-09-25Merge branch 'jk/write-in-full-fix'Junio C Hamano1-3/+3
2017-09-25Merge branch 'kw/write-index-reduce-alloc'Junio C Hamano1-1/+3
2017-09-22consistently use "fallthrough" comments in switchesJeff King1-0/+1