summaryrefslogtreecommitdiff
path: root/read-cache.c
AgeCommit message (Expand)Author
2018-03-14sha1_file: convert read_sha1_file to struct object_idbrian m. carlson
2018-03-06Merge branch 'bw/c-plus-plus'Junio C Hamano
2018-02-22read-cache: rename 'new' variablesBrandon Williams
2018-02-15Merge branch 'bc/hash-algo'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-13Merge branch 'nd/shared-index-fix'Junio C Hamano
2018-02-13Merge branch 'sg/cocci-move-array'Junio C Hamano
2018-02-13Merge branch 'tg/split-index-fixes'Junio C Hamano
2018-02-02read-cache: abstract away uses of SHA-1brian m. carlson
2018-02-02trace: measure where the time is spent in the index-heavy operationsNguyễn Thái Ngọc Duy
2018-01-30sha1_file: convert write_sha1_file to object_idPatryk Obara
2018-01-24read-cache: don't write index twice if we can't write shared indexNguyễn Thái Ngọc Duy
2018-01-22Use MOVE_ARRAYSZEDER Gábor
2018-01-19split-index: don't write cache tree with null oid entriesThomas Gummerer
2018-01-19read-cache: fix reading the shared index for other reposThomas Gummerer
2018-01-16read-cache.c: move tempfile creation/cleanup out of write_shared_indexNguyễn Thái Ngọc Duy
2018-01-16read-cache.c: change type of "temp" in write_shared_index()Nguyễn Thái Ngọc Duy
2017-11-27Merge branch 'tb/add-renormalize'Junio C Hamano
2017-11-21Merge branch 'av/fsmonitor'Junio C Hamano
2017-11-21Merge branch 'bp/fsmonitor'Junio C Hamano
2017-11-17add: introduce "--renormalize"Torsten Bögershausen
2017-11-15Merge branch 'bp/read-index-from-skip-verification'Junio C Hamano
2017-11-10fsmonitor: store fsmonitor bitmap before splitting indexAlex Vandiver
2017-11-08read_index_from(): speed index loading by skipping verification of the entry ...Ben Peart
2017-11-06Merge branch 'bc/object-id'Junio C Hamano
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-07read_cache: roll back lock in `update_index_if_able()`Martin Ågren
2017-10-07read-cache: leave lock in right state in `write_locked_index()`Martin Ågren
2017-10-07read-cache: drop explicit `CLOSE_LOCK`-flagMartin Ågren
2017-10-01fsmonitor: teach git to optionally utilize a file system monitor to speed up ...Ben Peart
2017-09-28Merge branch 'jk/fallthrough'Junio C Hamano
2017-09-25Merge branch 'jk/write-in-full-fix'Junio C Hamano
2017-09-25Merge branch 'kw/write-index-reduce-alloc'Junio C Hamano
2017-09-22consistently use "fallthrough" comments in switchesJeff King
2017-09-14avoid "write_in_full(fd, buf, len) != len" patternJeff King
2017-09-08read-cache: fix index corruption with index v4Thomas Gummerer
2017-09-06tempfile: auto-allocate tempfiles on heapJeff King
2017-09-06lockfile: do not rollback lock on failed closeJeff King
2017-09-06tempfile: do not delete tempfile on failed closeJeff King
2017-08-27Merge branch 'kw/write-index-reduce-alloc'Junio C Hamano
2017-08-21read-cache: avoid allocating every ondisk entry when writingKevin Willford
2017-08-21read-cache: fix memory leak in do_write_indexKevin Willford
2017-08-21sha1_file: convert index_fd to struct object_idPatryk Obara
2017-08-21sha1_file: convert index_path to struct object_idPatryk Obara
2017-08-21read-cache: convert to struct object_idPatryk Obara
2017-07-17use MOVE_ARRAYRené Scharfe
2017-07-05Merge branch 'cc/shared-index-permfix'Junio C Hamano
2017-06-25read-cache: use shared perms when writing shared indexChristian Couder