377 Commits (629716d256a792179325c2cc7945bb2d81dda8c2)

Author SHA1 Message Date
Thomas Gummerer 03f15a79a9 read-cache: fix reading of split index 10 years ago
Stefan Beller bc1c2caa73 read-cache.c: free cache entry when refreshing fails 10 years ago
Johannes Schindelin 2b4c6efc82 read-cache: optionally disallow NTFS .git variants 10 years ago
Jeff King a42643aa8d read-cache: optionally disallow HFS+ .git variants 10 years ago
Jeff King cc2fc7c2f0 verify_dotfile(): reject .git case-insensitively 10 years ago
Michael Haggerty 697cc8efd9 lockfile.h: extract new header file for the functions in lockfile.c 11 years ago
Michael Haggerty 216aab1e3d hold_locked_index(): move from lockfile.c to read-cache.c 11 years ago
Michael Haggerty 751bacedaa commit_lock_file_to(): refactor a helper out of commit_lock_file() 11 years ago
Michael Haggerty cf6950d3bf lockfile: change lock_file::filename into a strbuf 11 years ago
Michael Haggerty 707103fdfd lockfile: avoid transitory invalid states 11 years ago
Michael Haggerty 419f0c0f68 close_lock_file(): exit (successfully) if file is already closed 11 years ago
Jaime Soriano Pastor 0344d93ced read_index_unmerged(): remove unnecessary loop index adjustment 11 years ago
Jaime Soriano Pastor 15999d0be8 read_index_from(): catch out of order entries when reading an index file 11 years ago
René Scharfe ccad42d483 read-cache: check for leading symlinks when refreshing index 11 years ago
Tanay Abhra b27a572099 read-cache.c: replace `git_config()` with `git_config_get_*()` family 11 years ago
Jeremiah Mahler ccdd4a0f3c cleanup duplicate name_compare() functions 11 years ago
Nguyễn Thái Ngọc Duy 3e52f70b15 t1700: new tests for split-index mode 11 years ago
Nguyễn Thái Ngọc Duy d6e3c181bc read-cache: force split index mode with GIT_TEST_SPLIT_INDEX 11 years ago
Nguyễn Thái Ngọc Duy 5165dd598a read-tree: force split-index mode off on --index-output 11 years ago
Nguyễn Thái Ngọc Duy a0a967568e update-index --split-index: do not split if $GIT_DIR is read only 11 years ago
Nguyễn Thái Ngọc Duy c18b80a0e8 update-index: new options to enable/disable split index mode 11 years ago
Nguyễn Thái Ngọc Duy b3c96fb158 split-index: strip pathname of on-disk replaced entries 11 years ago
Nguyễn Thái Ngọc Duy ce7c614bce split-index: do not invalidate cache-tree at read time 11 years ago
Nguyễn Thái Ngọc Duy 76b07b37a3 split-index: the reading part 11 years ago
Nguyễn Thái Ngọc Duy 078a58e825 read-cache: mark updated entries for split index 11 years ago
Nguyễn Thái Ngọc Duy 045113a53e read-cache: save deleted entries in split index 11 years ago
Nguyễn Thái Ngọc Duy e0cf0d7de2 read-cache: mark new entries for split index 11 years ago
Nguyễn Thái Ngọc Duy 5fc2fc8fa2 read-cache: split-index mode 11 years ago
Nguyễn Thái Ngọc Duy e93021b20a read-cache: save index SHA-1 after reading 11 years ago
Nguyễn Thái Ngọc Duy a5400efe29 cache-tree: mark istate->cache_changed on cache tree invalidation 11 years ago
Nguyễn Thái Ngọc Duy e636a7b4d0 read-cache: be specific what part of the index has changed 11 years ago
Nguyễn Thái Ngọc Duy ad837d9ef9 read-cache: be strict about "changed" in remove_marked_cache_entries() 11 years ago
Nguyễn Thái Ngọc Duy ce51bf09f8 read-cache: store in-memory flags in the first 12 bits of ce_flags 11 years ago
Nguyễn Thái Ngọc Duy 626f35c893 read-cache: relocate and unexport commit_locked_index() 11 years ago
Nguyễn Thái Ngọc Duy 03b8664772 read-cache: new API write_locked_index instead of write_index/write_cache 11 years ago
Yiannis Marangos 426ddeead6 read-cache.c: verify index file before we opportunistically update it 11 years ago
Dmitry S. Dolzhenko 999f566013 read-cache.c: use ALLOC_GROW() in add_index_entry() 11 years ago
Nguyễn Thái Ngọc Duy 429bb40abd pathspec: convert some match_pathspec_depth() to ce_path_match() 11 years ago
Brad King 257627268a read-cache.c: extend make_cache_entry refresh flag with options 11 years ago
Brad King 2e2e7ec1ef read-cache.c: refactor --ignore-missing implementation 11 years ago
Thomas Gummerer 3c09d6845d read-cache: add index.version config variable 11 years ago
Thomas Gummerer 136347d718 introduce GIT_INDEX_VERSION environment variable 11 years ago
Nguyễn Thái Ngọc Duy b4b313f94a reset: support "--mixed --intent-to-add" mode 11 years ago
Jeff King c3d8da571f read-cache: use get_be32 instead of hand-rolled ntoh_l 11 years ago
Karsten Blees 5699d17ee0 read-cache.c: fix memory leaks caused by removed cache entries 11 years ago
Karsten Blees 419a597f64 name-hash.c: remove cache entries instead of marking them CE_UNHASHED 11 years ago
Eric Sunshine d28eec2673 name-hash: stop storing trailing '/' on paths in index_state.dir_hash 12 years ago
Eric Sunshine ebbd7439b1 employ new explicit "exists in index?" API 12 years ago
Jeff King 83bd7437ca write_index: optionally allow broken null sha1s 12 years ago
Thomas Gummerer 7800c1ebcc read-cache: use fixed width integer types 12 years ago