summaryrefslogtreecommitdiff
path: root/read-cache.c
Commit message (Expand)AuthorAgeFilesLines
* t1700: new tests for split-index modeNguyễn Thái Ngọc Duy2014-06-131-2/+1
* read-cache: force split index mode with GIT_TEST_SPLIT_INDEXNguyễn Thái Ngọc Duy2014-06-131-1/+9
* read-tree: force split-index mode off on --index-outputNguyễn Thái Ngọc Duy2014-06-131-1/+2
* update-index --split-index: do not split if $GIT_DIR is read onlyNguyễn Thái Ngọc Duy2014-06-131-3/+10
* update-index: new options to enable/disable split index modeNguyễn Thái Ngọc Duy2014-06-131-6/+61
* split-index: strip pathname of on-disk replaced entriesNguyễn Thái Ngọc Duy2014-06-131-0/+10
* split-index: do not invalidate cache-tree at read timeNguyễn Thái Ngọc Duy2014-06-131-1/+2
* split-index: the reading partNguyễn Thái Ngọc Duy2014-06-131-2/+0
* read-cache: mark updated entries for split indexNguyễn Thái Ngọc Duy2014-06-131-1/+4
* read-cache: save deleted entries in split indexNguyễn Thái Ngọc Duy2014-06-131-6/+8
* read-cache: mark new entries for split indexNguyễn Thái Ngọc Duy2014-06-131-1/+2
* read-cache: split-index modeNguyễn Thái Ngọc Duy2014-06-131-5/+91
* read-cache: save index SHA-1 after readingNguyễn Thái Ngọc Duy2014-06-131-2/+4
* cache-tree: mark istate->cache_changed on cache tree invalidationNguyễn Thái Ngọc Duy2014-06-131-3/+3
* read-cache: be specific what part of the index has changedNguyễn Thái Ngọc Duy2014-06-131-5/+6
* read-cache: be strict about "changed" in remove_marked_cache_entries()Nguyễn Thái Ngọc Duy2014-06-131-0/+2
* read-cache: store in-memory flags in the first 12 bits of ce_flagsNguyễn Thái Ngọc Duy2014-06-131-1/+1
* read-cache: relocate and unexport commit_locked_index()Nguyễn Thái Ngọc Duy2014-06-131-0/+20
* read-cache: new API write_locked_index instead of write_index/write_cacheNguyễn Thái Ngọc Duy2014-06-131-4/+24
* Merge branch 'dd/use-alloc-grow'Junio C Hamano2014-03-181-5/+1
|\
| * read-cache.c: use ALLOC_GROW() in add_index_entry()Dmitry S. Dolzhenko2014-03-031-5/+1
* | Merge branch 'tg/index-v4-format'Junio C Hamano2014-03-141-1/+37
|\ \
| * | read-cache: add index.version config variabletg/index-v4-formatThomas Gummerer2014-02-241-9/+26
| * | introduce GIT_INDEX_VERSION environment variableThomas Gummerer2014-02-241-1/+20
| |/
* | Merge branch 'jk/pack-bitmap'Junio C Hamano2014-02-271-32/+12
|\ \
| * | read-cache: use get_be32 instead of hand-rolled ntoh_lJeff King2014-01-231-32/+12
| |/
* | Merge branch 'nd/reset-intent-to-add'Junio C Hamano2014-02-271-2/+2
|\ \
| * | reset: support "--mixed --intent-to-add" modend/reset-intent-to-addNguyễn Thái Ngọc Duy2014-02-051-2/+2
| |/
* | Merge branch 'nd/submodule-pathspec-ending-with-slash'Junio C Hamano2014-02-271-7/+1
|\ \
| * | pathspec: convert some match_pathspec_depth() to ce_path_match()Nguyễn Thái Ngọc Duy2014-02-241-7/+1
| |/
* | Merge branch 'bk/refresh-missing-ok-in-merge-recursive'Junio C Hamano2014-02-271-12/+15
|\ \
| * | read-cache.c: extend make_cache_entry refresh flag with optionsBrad King2014-02-241-10/+11
| * | read-cache.c: refactor --ignore-missing implementationBrad King2014-02-241-3/+5
* | | read-cache.c: fix memory leaks caused by removed cache entriesKarsten Blees2013-11-181-2/+6
* | | name-hash.c: remove cache entries instead of marking them CE_UNHASHEDKarsten Blees2013-11-181-1/+1
| |/ |/|
* | Merge branch 'es/name-hash-no-trailing-slash-in-dirs'Junio C Hamano2013-10-171-2/+2
|\ \
| * | name-hash: stop storing trailing '/' on paths in index_state.dir_hashEric Sunshine2013-09-171-1/+1
| * | employ new explicit "exists in index?" APIEric Sunshine2013-09-171-2/+2
* | | Merge branch 'jk/write-broken-index-with-nul-sha1'Junio C Hamano2013-09-171-2/+11
|\ \ \ | |/ / |/| |
| * | write_index: optionally allow broken null sha1sjk/write-broken-index-with-nul-sha1Jeff King2013-08-281-2/+11
| * | Merge branch 'rs/discard-index-discard-array' into maintJunio C Hamano2013-07-191-2/+3
| |\ \
| * \ \ Merge branch 'fc/do-not-use-the-index-in-add-to-index' into maintJunio C Hamano2013-07-031-3/+3
| |\ \ \
* | \ \ \ Merge branch 'tg/index-struct-sizes'Junio C Hamano2013-09-091-15/+15
|\ \ \ \ \
| * | | | | read-cache: use fixed width integer typestg/index-struct-sizesThomas Gummerer2013-08-201-15/+15
| | |_|_|/ | |/| | |
* | | | | Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-091-2/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | convert refresh_index to take struct pathspecNguyễn Thái Ngọc Duy2013-07-151-2/+3
* | | | | many small typofixesob/typofixesOndřej Bílka2013-07-291-2/+2
* | | | | Convert "struct cache_entry *" to "const ..." wherever possiblend/const-struct-cache-entryNguyễn Thái Ngọc Duy2013-07-091-1/+1
|/ / / /
* | | | Merge branch 'mh/ref-races'Junio C Hamano2013-06-301-68/+113
|\ \ \ \
| * | | | add a stat_validity structMichael Haggerty2013-06-201-0/+30