summaryrefslogtreecommitdiff
path: root/read-cache.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup duplicate name_compare() functionsjm/dedup-name-compareJeremiah Mahler2014-06-201-10/+13
* Merge branch 'ym/fix-opportunistic-index-update-race'Junio C Hamano2014-06-031-1/+46
|\
| * read-cache.c: verify index file before we opportunistically update itym/fix-opportunistic-index-update-raceYiannis Marangos2014-04-101-1/+46
* | 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
| * | | | Extract a struct stat_data from cache_entryMichael Haggerty2013-06-201-68/+83
* | | | | Merge branch 'rs/discard-index-discard-array'Junio C Hamano2013-06-201-2/+3
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | read-cache: free cache in discard_indexRené Scharfe2013-06-091-2/+3
| |/ /
* | | Merge branch 'fc/do-not-use-the-index-in-add-to-index'Junio C Hamano2013-06-111-3/+3
|\ \ \ | | |/ | |/|
| * | read-cache: trivial style cleanupsFelipe Contreras2013-06-031-2/+2
| * | read-cache: fix wrong 'the_index' usageFelipe Contreras2013-06-031-1/+1
* | | read-cache: mark cache_entry pointers constRené Scharfe2013-06-021-8/+10
| |/ |/|
* | Merge branch 'lf/read-blob-data-from-index'Junio C Hamano2013-04-211-0/+34
|\ \
| * | read_blob_data_from_index(): optionally return the size of blob dataLukas Fleischer2013-04-171-1/+3
| * | attr.c: extract read_index_data() as read_blob_data_from_index()Lukas Fleischer2013-04-171-0/+32
| * | Merge branch 'kb/name-hash' into maint-1.8.1Junio C Hamano2013-04-031-5/+4
| |\ \
* | \ \ Merge branch 'kb/name-hash'Junio C Hamano2013-04-011-5/+4
|\ \ \ \ | | |/ / | |/| |
| * | | name-hash.c: fix endless loop with core.ignorecase=trueKarsten Blees2013-02-271-5/+4
| | |/ | |/|
* | | Merge branch 'nd/doc-index-format'Junio C Hamano2013-03-191-1/+1
|\ \ \ | | |/ | |/|
| * | read-cache.c: use INDEX_FORMAT_{LB,UB} in verify_hdr()Nguyễn Thái Ngọc Duy2013-02-221-1/+1
| |/
* | Enable minimal stat checkingRobin Rosenberg2013-01-221-10/+14
|/