644 Commits (819f0e76b110458488c41741b0dcd538483848c0)

Author SHA1 Message Date
Martin Ågren df60cf5789 read-cache: leave lock in right state in `write_locked_index()` 8 years ago
Martin Ågren 812d6b0075 read-cache: drop explicit `CLOSE_LOCK`-flag 8 years ago
Ben Peart 883e248b8a fsmonitor: teach git to optionally utilize a file system monitor to speed up detecting new or changed files. 8 years ago
Jeff King 1cf01a34ea consistently use "fallthrough" comments in switches 8 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
Christian Couder e6a1dd77e1 read-cache: regenerate shared index if necessary 8 years ago
Christian Couder 4392531211 read-cache: add and then use tweak_split_index() 8 years ago
Stefan Beller 3bd72adff1 cache.h: document remove_index_entry_at 8 years ago
Brandon Williams 875425080d index: improve constness for reading blob data 8 years ago
Junio C Hamano b3e83cc752 hold_locked_index(): align error handling with hold_lockfile_for_update() 8 years ago
Junio C Hamano 1b8ac5ead5 git_open(): untangle possible NOATIME and CLOEXEC interactions 9 years ago
Lars Schneider a0a6cb9662 read-cache: make sure file handles are not inherited by child processes 9 years ago
Thomas Gummerer 610d55af0f add: modify already added files when --chmod is given 9 years ago
Thomas Gummerer d9d7096662 read-cache: introduce chmod_index_entry 9 years ago
brian m. carlson 99d1a9861a cache: convert struct cache_entry to use struct object_id 9 years ago
Junio C Hamano 1335d76e45 merge: avoid "safer crlf" during recording of merge results 9 years ago
Edward Thomson 4e55ed32db add: add --chmod=+x / --chmod=-x options 9 years ago
Christian Couder 435ec090ec config: add core.untrackedCache 9 years ago
Tobias Klauser a559263cae read-cache: remove unused #include "sigchain.h" 10 years ago
David Turner 41284eb0f9 name-hash: don't reuse cache_entry in dir_entry 10 years ago
Nguyễn Thái Ngọc Duy 895ff3b2c7 add and use a convenience macro ce_intent_to_add() 10 years ago