summaryrefslogtreecommitdiffstats
path: root/read-cache.c
AgeCommit message (Expand)AuthorLines
2014-06-25Merge branch 'ym/fix-opportunistic-index-update-race' into maintJunio C Hamano-1/+46
2014-04-10read-cache.c: verify index file before we opportunistically update itYiannis Marangos-1/+46
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
2013-07-29many small typofixesOndřej Bílka-2/+2
2013-07-19Merge branch 'rs/discard-index-discard-array' into maintJunio C Hamano-2/+3
2013-07-15convert refresh_index to take struct pathspecNguyễn Thái Ngọc Duy-2/+3
2013-07-09Convert "struct cache_entry *" to "const ..." wherever possibleNguyễn Thái Ngọc Duy-1/+1
2013-07-03Merge branch 'fc/do-not-use-the-index-in-add-to-index' into maintJunio C Hamano-3/+3
2013-06-30Merge branch 'mh/ref-races'Junio C Hamano-68/+113
2013-06-20Merge branch 'rs/discard-index-discard-array'Junio C Hamano-2/+3
2013-06-20add a stat_validity structMichael Haggerty-0/+30
2013-06-20Extract a struct stat_data from cache_entryMichael Haggerty-68/+83
2013-06-11Merge branch 'fc/do-not-use-the-index-in-add-to-index'Junio C Hamano-3/+3
2013-06-09read-cache: free cache in discard_indexRené Scharfe-2/+3
2013-06-03read-cache: trivial style cleanupsFelipe Contreras-2/+2
2013-06-03read-cache: fix wrong 'the_index' usageFelipe Contreras-1/+1
2013-06-02read-cache: mark cache_entry pointers constRené Scharfe-8/+10
2013-04-21Merge branch 'lf/read-blob-data-from-index'Junio C Hamano-0/+34
2013-04-17read_blob_data_from_index(): optionally return the size of blob dataLukas Fleischer-1/+3
2013-04-17attr.c: extract read_index_data() as read_blob_data_from_index()Lukas Fleischer-0/+32
2013-04-03Merge branch 'kb/name-hash' into maint-1.8.1Junio C Hamano-5/+4
2013-04-01Merge branch 'kb/name-hash'Junio C Hamano-5/+4
2013-03-19Merge branch 'nd/doc-index-format'Junio C Hamano-1/+1
2013-02-27name-hash.c: fix endless loop with core.ignorecase=trueKarsten Blees-5/+4
2013-02-22read-cache.c: use INDEX_FORMAT_{LB,UB} in verify_hdr()Nguyễn Thái Ngọc Duy-1/+1
2013-01-22Enable minimal stat checkingRobin Rosenberg-10/+14
2012-09-15read-cache.c: mark a private file-scope symbol as staticJunio C Hamano-1/+1