summaryrefslogtreecommitdiff
path: root/read-cache.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bc/object-id'Junio C Hamano2018-04-101-2/+2
|\
| * sha1_file: convert read_sha1_file to struct object_idbrian m. carlson2018-03-141-2/+2
* | Merge branch 'rj/warning-uninitialized-fix'Junio C Hamano2018-03-211-2/+4
|\ \
| * | read-cache: fix an -Wmaybe-uninitialized warningrj/warning-uninitialized-fixRamsay Jones2018-03-201-2/+4
* | | Merge branch 'bp/refresh-cache-ent-rehash-fix'Junio C Hamano2018-03-211-1/+3
|\ \ \
| * | | Fix bugs preventing adding updated cache entries to the name hashbp/refresh-cache-ent-rehash-fixBen Peart2018-03-151-1/+3
| |/ /
* | | Merge branch 'ma/skip-writing-unchanged-index'Junio C Hamano2018-03-211-0/+6
|\ \ \ | |_|/ |/| |
| * | write_locked_index(): add flag to avoid writing unchanged indexma/skip-writing-unchanged-indexMartin Ågren2018-03-011-0/+6
* | | Merge branch 'bw/c-plus-plus'Junio C Hamano2018-03-061-20/+20
|\ \ \ | |/ / |/| |
| * | read-cache: rename 'new' variablesBrandon Williams2018-02-221-20/+20
| |/
* | Merge branch 'bc/hash-algo'Junio C Hamano2018-02-151-29/+29
|\ \
| * | read-cache: abstract away uses of SHA-1brian m. carlson2018-02-021-29/+29
| |/
* | Merge branch 'nd/trace-index-ops'Junio C Hamano2018-02-151-0/+7
|\ \
| * | trace: measure where the time is spent in the index-heavy operationsnd/trace-index-opsNguyễn Thái Ngọc Duy2018-02-021-0/+7
| |/
* | Merge branch 'po/object-id'Junio C Hamano2018-02-151-3/+3
|\ \
| * | sha1_file: convert write_sha1_file to object_idPatryk Obara2018-01-301-3/+3
| |/
* | Merge branch 'nd/shared-index-fix'Junio C Hamano2018-02-131-18/+22
|\ \
| * | read-cache: don't write index twice if we can't write shared indexnd/shared-index-fixNguyễn Thái Ngọc Duy2018-01-241-2/+3
| * | read-cache.c: move tempfile creation/cleanup out of write_shared_indexNguyễn Thái Ngọc Duy2018-01-161-16/+17
| * | read-cache.c: change type of "temp" in write_shared_index()Nguyễn Thái Ngọc Duy2018-01-161-9/+11
| |/
* | Merge branch 'sg/cocci-move-array'Junio C Hamano2018-02-131-3/+2
|\ \
| * | Use MOVE_ARRAYsg/cocci-move-arraySZEDER Gábor2018-01-221-3/+2
| |/
* | Merge branch 'tg/split-index-fixes'Junio C Hamano2018-02-131-11/+14
|\ \ | |/ |/|
| * split-index: don't write cache tree with null oid entriesThomas Gummerer2018-01-191-1/+1
| * read-cache: fix reading the shared index for other reposThomas Gummerer2018-01-191-10/+13
* | Merge branch 'tb/add-renormalize'Junio C Hamano2017-11-271-11/+19
|\ \
| * | add: introduce "--renormalize"tb/add-renormalizeTorsten Bögershausen2017-11-171-11/+19
| |/
* | Merge branch 'av/fsmonitor'Junio C Hamano2017-11-211-0/+3
|\ \
| * | fsmonitor: store fsmonitor bitmap before splitting indexAlex Vandiver2017-11-101-0/+3
* | | Merge branch 'bp/fsmonitor'Junio C Hamano2017-11-211-5/+40
|\ \ \ | |/ /
| * | fsmonitor: teach git to optionally utilize a file system monitor to speed up ...Ben Peart2017-10-011-5/+40
* | | Merge branch 'bp/read-index-from-skip-verification'Junio C Hamano2017-11-151-0/+6
|\ \ \
| * | | read_index_from(): speed index loading by skipping verification of the entry ...bp/read-index-from-skip-verificationBen Peart2017-11-081-0/+6
* | | | Merge branch 'bc/object-id'Junio C Hamano2017-11-061-3/+3
|\ \ \ \
| * | | | refs: convert resolve_gitlink_ref to struct object_idbrian m. carlson2017-10-161-1/+1
| * | | | Convert remaining callers of resolve_gitlink_ref to object_idbrian m. carlson2017-10-161-3/+3
| | |_|/ | |/| |
* | | | read_cache: roll back lock in `update_index_if_able()`ma/lockfile-fixesMartin Ågren2017-10-071-3/+2
* | | | read-cache: leave lock in right state in `write_locked_index()`Martin Ågren2017-10-071-6/+8
* | | | read-cache: drop explicit `CLOSE_LOCK`-flagMartin Ågren2017-10-071-6/+8
|/ / /
* | | Merge branch 'jk/fallthrough'Junio C Hamano2017-09-281-0/+1
|\ \ \
| * | | consistently use "fallthrough" comments in switchesjk/fallthroughJeff King2017-09-221-0/+1
* | | | Merge branch 'jk/write-in-full-fix'Junio C Hamano2017-09-251-3/+3
|\ \ \ \ | | |/ / | |/| |
| * | | avoid "write_in_full(fd, buf, len) != len" patternJeff King2017-09-141-3/+3
* | | | Merge branch 'kw/write-index-reduce-alloc'Junio C Hamano2017-09-251-1/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | read-cache: fix index corruption with index v4kw/write-index-reduce-allocThomas Gummerer2017-09-081-1/+3
* | | | tempfile: auto-allocate tempfiles on heapJeff King2017-09-061-13/+12
* | | | lockfile: do not rollback lock on failed closeJeff King2017-09-061-1/+1
* | | | tempfile: do not delete tempfile on failed closeJeff King2017-09-061-2/+5
| |_|/ |/| |
* | | Merge branch 'kw/write-index-reduce-alloc'Junio C Hamano2017-08-261-28/+34
|\ \ \ | |/ /
| * | read-cache: avoid allocating every ondisk entry when writingKevin Willford2017-08-211-25/+25