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