summaryrefslogtreecommitdiff
path: root/read-cache.c
AgeCommit message (Expand)Author
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
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 'nd/split-index-unshare'Junio C Hamano
2017-06-24Revert "split-index: add and use unshare_split_index()"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
2017-06-13Merge branch 'jh/close-index-before-stat' into maintJunio C Hamano
2017-06-05Merge branch 'jh/close-index-before-stat'Junio C Hamano
2017-05-30Merge branch 'dt/unpack-save-untracked-cache-extension'Junio C Hamano
2017-05-29Merge branch 'nd/split-index-unshare'Junio C Hamano
2017-05-20unpack-trees: preserve index extensionsDavid Turner
2017-05-16Merge branch 'jk/no-null-sha1-in-cache-tree'Junio C Hamano
2017-05-08split-index: add and use unshare_split_index()Nguyễn Thái Ngọc Duy
2017-05-01i18n: read-cache: typofixPeter Krefting
2017-04-28read-cache: close index.lock in do_write_indexJeff Hostetler
2017-04-26Merge branch 'cc/split-index-config'Junio C Hamano
2017-04-26Merge branch 'jh/add-index-entry-optim'Junio C Hamano
2017-04-24cache-tree: reject entries with null sha1Jeff King
2017-04-21read-cache: avoid using git_path() in freshen_shared_index()Christian Couder
2017-04-20read-cache: speed up has_dir_name (part 2)Jeff Hostetler
2017-04-20read-cache: speed up has_dir_name (part 1)Jeff Hostetler
2017-04-20read-cache: speed up add_index_entry during checkoutJeff Hostetler
2017-04-15read-cache: add strcmp_offset functionJeff Hostetler
2017-04-15read-cache: force_verify_index_checksumJeff Hostetler
2017-03-17Merge branch 'cc/split-index-config'Junio C Hamano
2017-03-06read-cache: use freshen_shared_index() in read_index_from()Christian Couder
2017-03-06read-cache: refactor read_index_from()Christian Couder
2017-03-06read-cache: unlink old sharedindex filesChristian Couder
2017-03-01read-cache: touch shared index files when usedChristian Couder
2017-03-01read-cache: regenerate shared index if necessaryChristian Couder
2017-03-01read-cache: add and then use tweak_split_index()Christian Couder
2017-01-31Merge branch 'sb/in-core-index-doc'Junio C Hamano