summaryrefslogtreecommitdiff
path: root/read-cache.c
AgeCommit message (Expand)Author
2014-09-19Merge branch 'rs/refresh-beyond-symlink' into maintJunio C Hamano
2014-08-10read-cache: check for leading symlinks when refreshing indexRené Scharfe
2014-07-16Merge branch 'nd/split-index'Junio C Hamano
2014-06-20cleanup duplicate name_compare() functionsJeremiah Mahler
2014-06-13t1700: new tests for split-index modeNguyễn Thái Ngọc Duy
2014-06-13read-cache: force split index mode with GIT_TEST_SPLIT_INDEXNguyễn Thái Ngọc Duy
2014-06-13read-tree: force split-index mode off on --index-outputNguyễn Thái Ngọc Duy
2014-06-13update-index --split-index: do not split if $GIT_DIR is read onlyNguyễn Thái Ngọc Duy
2014-06-13update-index: new options to enable/disable split index modeNguyễn Thái Ngọc Duy
2014-06-13split-index: strip pathname of on-disk replaced entriesNguyễn Thái Ngọc Duy
2014-06-13split-index: do not invalidate cache-tree at read timeNguyễn Thái Ngọc Duy
2014-06-13split-index: the reading partNguyễn Thái Ngọc Duy
2014-06-13read-cache: mark updated entries for split indexNguyễn Thái Ngọc Duy
2014-06-13read-cache: save deleted entries in split indexNguyễn Thái Ngọc Duy
2014-06-13read-cache: mark new entries for split indexNguyễn Thái Ngọc Duy
2014-06-13read-cache: split-index modeNguyễn Thái Ngọc Duy
2014-06-13read-cache: save index SHA-1 after readingNguyễn Thái Ngọc Duy
2014-06-13cache-tree: mark istate->cache_changed on cache tree invalidationNguyễn Thái Ngọc Duy
2014-06-13read-cache: be specific what part of the index has changedNguyễn Thái Ngọc Duy
2014-06-13read-cache: be strict about "changed" in remove_marked_cache_entries()Nguyễn Thái Ngọc Duy
2014-06-13read-cache: store in-memory flags in the first 12 bits of ce_flagsNguyễn Thái Ngọc Duy
2014-06-13read-cache: relocate and unexport commit_locked_index()Nguyễn Thái Ngọc Duy
2014-06-13read-cache: new API write_locked_index instead of write_index/write_cacheNguyễn Thái Ngọc Duy
2014-06-03Merge branch 'ym/fix-opportunistic-index-update-race'Junio C Hamano
2014-04-10read-cache.c: verify index file before we opportunistically update itYiannis Marangos
2014-03-18Merge branch 'bk/refresh-missing-ok-in-merge-recursive' into maintJunio C Hamano
2014-03-18Merge branch 'dd/use-alloc-grow'Junio C Hamano
2014-03-14Merge branch 'tg/index-v4-format'Junio C Hamano
2014-03-03read-cache.c: use ALLOC_GROW() in add_index_entry()Dmitry S. Dolzhenko
2014-02-27Merge branch 'jk/pack-bitmap'Junio C Hamano
2014-02-27Merge branch 'nd/reset-intent-to-add'Junio C Hamano
2014-02-27Merge branch 'nd/submodule-pathspec-ending-with-slash'Junio C Hamano
2014-02-27Merge branch 'bk/refresh-missing-ok-in-merge-recursive'Junio C Hamano
2014-02-24pathspec: convert some match_pathspec_depth() to ce_path_match()Nguyễn Thái Ngọc Duy
2014-02-24read-cache.c: extend make_cache_entry refresh flag with optionsBrad King
2014-02-24read-cache.c: refactor --ignore-missing implementationBrad King
2014-02-24read-cache: add index.version config variableThomas Gummerer
2014-02-24introduce GIT_INDEX_VERSION environment variableThomas Gummerer
2014-02-06reset: support "--mixed --intent-to-add" modeNguyễn Thái Ngọc Duy
2014-01-23read-cache: use get_be32 instead of hand-rolled ntoh_lJeff King
2013-11-18read-cache.c: fix memory leaks caused by removed cache entriesKarsten Blees
2013-11-18name-hash.c: remove cache entries instead of marking them CE_UNHASHEDKarsten Blees
2013-10-17Merge branch 'es/name-hash-no-trailing-slash-in-dirs'Junio C Hamano
2013-09-17Merge branch 'jk/write-broken-index-with-nul-sha1'Junio C Hamano
2013-09-17name-hash: stop storing trailing '/' on paths in index_state.dir_hashEric Sunshine
2013-09-17employ new explicit "exists in index?" APIEric Sunshine
2013-09-09Merge branch 'tg/index-struct-sizes'Junio C Hamano
2013-09-09Merge branch 'jl/submodule-mv'Junio C Hamano
2013-08-29write_index: optionally allow broken null sha1sJeff King
2013-08-20read-cache: use fixed width integer typesThomas Gummerer