aboutsummaryrefslogtreecommitdiff
path: root/read-cache.c
Commit message (Expand)AuthorAge
* Merge branch 'tb/add-renormalize'Junio C Hamano2017-11-27
|\
| * add: introduce "--renormalize"Torsten Bögershausen2017-11-17
* | Merge branch 'av/fsmonitor'Junio C Hamano2017-11-21
|\ \
| * | fsmonitor: store fsmonitor bitmap before splitting indexAlex Vandiver2017-11-10
* | | Merge branch 'bp/fsmonitor'Junio C Hamano2017-11-21
|\ \ \ | |/ /
| * | fsmonitor: teach git to optionally utilize a file system monitor to speed up ...Ben Peart2017-10-01
* | | Merge branch 'bp/read-index-from-skip-verification'Junio C Hamano2017-11-15
|\ \ \
| * | | read_index_from(): speed index loading by skipping verification of the entry ...Ben Peart2017-11-08
* | | | Merge branch 'bc/object-id'Junio C Hamano2017-11-06
|\ \ \ \
| * | | | refs: convert resolve_gitlink_ref to struct object_idbrian m. carlson2017-10-16
| * | | | Convert remaining callers of resolve_gitlink_ref to object_idbrian m. carlson2017-10-16
| | |_|/ | |/| |
* | | | read_cache: roll back lock in `update_index_if_able()`Martin Ågren2017-10-07
* | | | read-cache: leave lock in right state in `write_locked_index()`Martin Ågren2017-10-07
* | | | read-cache: drop explicit `CLOSE_LOCK`-flagMartin Ågren2017-10-07
|/ / /
* | | Merge branch 'jk/fallthrough'Junio C Hamano2017-09-28
|\ \ \
| * | | consistently use "fallthrough" comments in switchesJeff King2017-09-22
* | | | Merge branch 'jk/write-in-full-fix'Junio C Hamano2017-09-25
|\ \ \ \ | | |/ / | |/| |
| * | | avoid "write_in_full(fd, buf, len) != len" patternJeff King2017-09-14
* | | | Merge branch 'kw/write-index-reduce-alloc'Junio C Hamano2017-09-25
|\ \ \ \ | |_|/ / |/| | |
| * | | read-cache: fix index corruption with index v4Thomas Gummerer2017-09-08
* | | | tempfile: auto-allocate tempfiles on heapJeff King2017-09-06
* | | | lockfile: do not rollback lock on failed closeJeff King2017-09-06
* | | | tempfile: do not delete tempfile on failed closeJeff King2017-09-06
| |_|/ |/| |
* | | Merge branch 'kw/write-index-reduce-alloc'Junio C Hamano2017-08-26
|\ \ \ | |/ /
| * | read-cache: avoid allocating every ondisk entry when writingKevin Willford2017-08-21
| * | read-cache: fix memory leak in do_write_indexKevin Willford2017-08-21
| |/
* | sha1_file: convert index_fd to struct object_idPatryk Obara2017-08-20
* | sha1_file: convert index_path to struct object_idPatryk Obara2017-08-20
* | read-cache: convert to struct object_idPatryk Obara2017-08-20
|/
* use MOVE_ARRAYRené Scharfe2017-07-17
* Merge branch 'cc/shared-index-permfix'Junio C Hamano2017-07-05
|\
| * read-cache: use shared perms when writing shared indexChristian Couder2017-06-25
| * Merge branch 'jh/close-index-before-stat' into maintJunio C Hamano2017-06-13
| |\
* | \ Merge branch 'ab/free-and-null'Junio C Hamano2017-06-24
|\ \ \
| * | | coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason2017-06-16
* | | | Merge branch 'bw/config-h'Junio C Hamano2017-06-24
|\ \ \ \
| * | | | config: don't include config.h by defaultBrandon Williams2017-06-15
| | |/ / | |/| |
* | | | Merge branch 'nd/split-index-unshare'Junio C Hamano2017-06-24
|\ \ \ \ | |_|/ / |/| | |
| * | | Revert "split-index: add and use unshare_split_index()"Junio C Hamano2017-06-24
* | | | Merge branch 'jh/close-index-before-stat'Junio C Hamano2017-06-05
|\ \ \ \ | | |_|/ | |/| |
| * | | read-cache: close index.lock in do_write_indexJeff Hostetler2017-04-28
* | | | Merge branch 'dt/unpack-save-untracked-cache-extension'Junio C Hamano2017-05-30
|\ \ \ \
| * | | | unpack-trees: preserve index extensionsDavid Turner2017-05-20
| | |_|/ | |/| |
* | | | Merge branch 'nd/split-index-unshare'Junio C Hamano2017-05-29
|\ \ \ \ | | |_|/ | |/| |
| * | | split-index: add and use unshare_split_index()Nguyễn Thái Ngọc Duy2017-05-08
| |/ /
* | | Merge branch 'jk/no-null-sha1-in-cache-tree'Junio C Hamano2017-05-16
|\ \ \ | |/ / |/| |
| * | cache-tree: reject entries with null sha1Jeff King2017-04-23
| |/
* | i18n: read-cache: typofixPeter Krefting2017-05-01
* | Merge branch 'cc/split-index-config'Junio C Hamano2017-04-26
|\ \
| * | read-cache: avoid using git_path() in freshen_shared_index()Christian Couder2017-04-20