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