498 Commits (077cde91d226c305523645a0f30b6955d4aaf9c9)

Author SHA1 Message Date
Brandon Williams 285c2e259d read-cache: rename 'new' variables 7 years ago
brian m. carlson aab6135906 read-cache: abstract away uses of SHA-1 7 years ago
Nguyễn Thái Ngọc Duy ca54d9baa4 trace: measure where the time is spent in the index-heavy operations 7 years ago
Patryk Obara a09c985eae sha1_file: convert write_sha1_file to object_id 7 years ago
Nguyễn Thái Ngọc Duy ef5b3a6c5e read-cache: don't write index twice if we can't write shared index 7 years ago
SZEDER Gábor f919ffebed Use MOVE_ARRAY 7 years ago
Thomas Gummerer 4bddd98311 split-index: don't write cache tree with null oid entries 7 years ago
Thomas Gummerer a125a22334 read-cache: fix reading the shared index for other repos 7 years ago
Nguyễn Thái Ngọc Duy 59f9d2dd60 read-cache.c: move tempfile creation/cleanup out of write_shared_index 7 years ago
Nguyễn Thái Ngọc Duy 7db2d08cdc read-cache.c: change type of "temp" in write_shared_index() 7 years ago
Torsten Bögershausen 9472935d81 add: introduce "--renormalize" 7 years ago
Alex Vandiver 3bd28eb299 fsmonitor: store fsmonitor bitmap before splitting index 7 years ago
Ben Peart 00ec50e56d read_index_from(): speed index loading by skipping verification of the entry order 7 years ago
brian m. carlson a98e6101f0 refs: convert resolve_gitlink_ref to struct object_id 7 years ago
brian m. carlson 1053fe829c Convert remaining callers of resolve_gitlink_ref to object_id 7 years ago
Martin Ågren b74c90fb41 read_cache: roll back lock in `update_index_if_able()` 7 years ago
Martin Ågren df60cf5789 read-cache: leave lock in right state in `write_locked_index()` 7 years ago
Martin Ågren 812d6b0075 read-cache: drop explicit `CLOSE_LOCK`-flag 7 years ago
Ben Peart 883e248b8a fsmonitor: teach git to optionally utilize a file system monitor to speed up detecting new or changed files. 7 years ago
Jeff King 1cf01a34ea consistently use "fallthrough" comments in switches 7 years ago
Jeff King 06f46f237a avoid "write_in_full(fd, buf, len) != len" pattern 8 years ago
Thomas Gummerer 0b90b881e0 read-cache: fix index corruption with index v4 8 years ago
Jeff King 076aa2cbda tempfile: auto-allocate tempfiles on heap 8 years ago
Jeff King 83a3069a38 lockfile: do not rollback lock on failed close 8 years ago
Jeff King 49bd0fc222 tempfile: do not delete tempfile on failed close 8 years ago
Kevin Willford ce012deb98 read-cache: avoid allocating every ondisk entry when writing 8 years ago
Kevin Willford b50386c7c0 read-cache: fix memory leak in do_write_index 8 years ago
Patryk Obara e3506559d4 sha1_file: convert index_fd to struct object_id 8 years ago
Patryk Obara 98e019b067 sha1_file: convert index_path to struct object_id 8 years ago
Patryk Obara bebfecb94c read-cache: convert to struct object_id 8 years ago
René Scharfe f331ab9d4c use MOVE_ARRAY 8 years ago
Christian Couder df801f3f9f read-cache: use shared perms when writing shared index 8 years ago
Junio C Hamano 64719b115d Revert "split-index: add and use unshare_split_index()" 8 years ago
Ævar Arnfjörð Bjarmason 6a83d90207 coccinelle: make use of the "type" FREE_AND_NULL() rule 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
David Turner edf3b90553 unpack-trees: preserve index extensions 8 years ago
Nguyễn Thái Ngọc Duy f9d7abec2a split-index: add and use unshare_split_index() 8 years ago
Peter Krefting 78bde923f1 i18n: read-cache: typofix 8 years ago
Jeff Hostetler 9f41c7a6b3 read-cache: close index.lock in do_write_index 8 years ago
Jeff King a96d3cc3f6 cache-tree: reject entries with null sha1 8 years ago
Christian Couder ccef2bb5fa read-cache: avoid using git_path() in freshen_shared_index() 8 years ago
Jeff Hostetler b986df5c35 read-cache: speed up has_dir_name (part 2) 8 years ago
Jeff Hostetler 06b6d81b79 read-cache: speed up has_dir_name (part 1) 8 years ago
Jeff Hostetler e5494631ed read-cache: speed up add_index_entry during checkout 8 years ago
Jeff Hostetler a6db3fbb6e read-cache: add strcmp_offset function 8 years ago
Jeff Hostetler a33fc72fe9 read-cache: force_verify_index_checksum 8 years ago
Christian Couder c3a0082502 read-cache: use freshen_shared_index() in read_index_from() 8 years ago
Christian Couder de6ae5f9e3 read-cache: refactor read_index_from() 8 years ago
Christian Couder b968372279 read-cache: unlink old sharedindex files 8 years ago
Christian Couder 0d59ffb47e read-cache: touch shared index files when used 8 years ago