452 Commits (f331ab9d4cb21942dcde6d879aaca6a1784e8cb6)

Author SHA1 Message Date
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
Stefan Beller 6bea53c130 read-cache: fix indentation in read_index_from 10 years ago
Michael Haggerty f6ecc62dbf write_shared_index(): use tempfile module 10 years ago
Michael Haggerty c99a4c2db3 lockfile: add accessors get_lock_file_fd() and get_lock_file_fp() 10 years ago
Nguyễn Thái Ngọc Duy ffcc9ba763 read-cache: fix untracked cache invalidation when split-index is used 10 years ago
Jeff King a1293ef7c3 read-cache.c: drop PROT_WRITE from mmap of index 10 years ago
Stefan Beller 915e44c635 read-cache: fix memleak 10 years ago
Junio C Hamano 067178ed8a add_to_index(): free unused cache-entry 10 years ago
Stefan Beller 2d9426b049 read-cache: free cache entry in add_to_index in case of early return 10 years ago
Thomas Gummerer 03f15a79a9 read-cache: fix reading of split index 10 years ago
Nguyễn Thái Ngọc Duy 1bbb3dba3f untracked cache: mark index dirty if untracked cache is updated 10 years ago
Nguyễn Thái Ngọc Duy ed4efab1b1 untracked cache: avoid racy timestamps 10 years ago
Nguyễn Thái Ngọc Duy 2bb4cda198 read-cache.c: split racy stat test to a separate function 10 years ago
Nguyễn Thái Ngọc Duy 83c094ad0d untracked cache: save to an index extension 10 years ago
Nguyễn Thái Ngọc Duy e931371a8f untracked cache: invalidate at index addition or removal 10 years ago