summaryrefslogtreecommitdiffstats
path: root/read-cache.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/fallthrough'Junio C Hamano2017-09-281-0/+1
|\
| * consistently use "fallthrough" comments in switchesJeff 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 v4Thomas 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
| * | read-cache: fix memory leak in do_write_indexKevin Willford2017-08-211-3/+9
| |/
* | sha1_file: convert index_fd to struct object_idPatryk Obara2017-08-201-1/+1
* | sha1_file: convert index_path to struct object_idPatryk Obara2017-08-201-1/+1
* | read-cache: convert to struct object_idPatryk Obara2017-08-201-3/+3
|/
* use MOVE_ARRAYRené Scharfe2017-07-171-3/+2
* Merge branch 'cc/shared-index-permfix'Junio C Hamano2017-07-051-0/+8
|\
| * read-cache: use shared perms when writing shared indexChristian Couder2017-06-251-0/+8
| * Merge branch 'jh/close-index-before-stat' into maintJunio C Hamano2017-06-131-4/+9
| |\
* | \ Merge branch 'ab/free-and-null'Junio C Hamano2017-06-241-4/+2
|\ \ \
| * | | coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason2017-06-161-4/+2
* | | | Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\ \ \ \
| * | | | config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
| | |/ / | |/| |
* | | | Merge branch 'nd/split-index-unshare'Junio C Hamano2017-06-241-2/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | Revert "split-index: add and use unshare_split_index()"Junio C Hamano2017-06-241-2/+8
* | | | Merge branch 'jh/close-index-before-stat'Junio C Hamano2017-06-051-4/+9
|\ \ \ \ | | |_|/ | |/| |
| * | | read-cache: close index.lock in do_write_indexJeff Hostetler2017-04-281-4/+9
* | | | Merge branch 'dt/unpack-save-untracked-cache-extension'Junio C Hamano2017-05-301-0/+6
|\ \ \ \
| * | | | unpack-trees: preserve index extensionsDavid Turner2017-05-201-0/+6
| | |_|/ | |/| |
* | | | Merge branch 'nd/split-index-unshare'Junio C Hamano2017-05-291-8/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | split-index: add and use unshare_split_index()Nguyễn Thái Ngọc Duy2017-05-081-8/+2
| |/ /
* | | Merge branch 'jk/no-null-sha1-in-cache-tree'Junio C Hamano2017-05-161-1/+4
|\ \ \ | |/ / |/| |
| * | cache-tree: reject entries with null sha1Jeff King2017-04-231-1/+4
| |/
* | i18n: read-cache: typofixPeter Krefting2017-05-011-1/+1
* | Merge branch 'cc/split-index-config'Junio C Hamano2017-04-261-1/+2
|\ \
| * | read-cache: avoid using git_path() in freshen_shared_index()Christian Couder2017-04-201-1/+2
* | | Merge branch 'jh/add-index-entry-optim'Junio C Hamano2017-04-261-2/+137
|\ \ \
| * | | read-cache: speed up has_dir_name (part 2)Jeff Hostetler2017-04-191-1/+62
| * | | read-cache: speed up has_dir_name (part 1)Jeff Hostetler2017-04-191-0/+45
| * | | read-cache: speed up add_index_entry during checkoutJeff Hostetler2017-04-191-1/+10
| * | | read-cache: add strcmp_offset functionJeff Hostetler2017-04-151-0/+20
* | | | read-cache: force_verify_index_checksumJeff Hostetler2017-04-151-0/+7
|/ / /
* | / Merge branch 'cc/split-index-config'Junio C Hamano2017-03-171-10/+147
|\| | | |/ |/|
| * read-cache: use freshen_shared_index() in read_index_from()Christian Couder2017-03-061-0/+1
| * read-cache: refactor read_index_from()Christian Couder2017-03-061-6/+8
| * read-cache: unlink old sharedindex filesChristian Couder2017-03-061-1/+63
| * read-cache: touch shared index files when usedChristian Couder2017-03-011-3/+26
| * read-cache: regenerate shared index if necessaryChristian Couder2017-03-011-0/+32
| * read-cache: add and then use tweak_split_index()Christian Couder2017-03-011-0/+17
* | Merge branch 'sb/in-core-index-doc'Junio C Hamano2017-01-311-1/+0
|\ \