aboutsummaryrefslogtreecommitdiff
path: root/read-cache.c
Commit message (Expand)AuthorAge
* 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
* | | | | many small typofixesOndřej Bílka2013-07-29
* | | | | Convert "struct cache_entry *" to "const ..." wherever possibleNguyễn Thái Ngọc Duy2013-07-09
|/ / / /
* | | | Merge branch 'mh/ref-races'Junio C Hamano2013-06-30
|\ \ \ \
| * | | | add a stat_validity structMichael Haggerty2013-06-20
| * | | | Extract a struct stat_data from cache_entryMichael Haggerty2013-06-20
* | | | | Merge branch 'rs/discard-index-discard-array'Junio C Hamano2013-06-20
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | read-cache: free cache in discard_indexRené Scharfe2013-06-09
| |/ /
* | | Merge branch 'fc/do-not-use-the-index-in-add-to-index'Junio C Hamano2013-06-11
|\ \ \ | | |/ | |/|
| * | read-cache: trivial style cleanupsFelipe Contreras2013-06-03
| * | read-cache: fix wrong 'the_index' usageFelipe Contreras2013-06-03
* | | read-cache: mark cache_entry pointers constRené Scharfe2013-06-02
| |/ |/|
* | Merge branch 'lf/read-blob-data-from-index'Junio C Hamano2013-04-21
|\ \
| * | read_blob_data_from_index(): optionally return the size of blob dataLukas Fleischer2013-04-17
| * | attr.c: extract read_index_data() as read_blob_data_from_index()Lukas Fleischer2013-04-17
| * | Merge branch 'kb/name-hash' into maint-1.8.1Junio C Hamano2013-04-03
| |\ \
* | \ \ Merge branch 'kb/name-hash'Junio C Hamano2013-04-01
|\ \ \ \ | | |/ / | |/| |
| * | | name-hash.c: fix endless loop with core.ignorecase=trueKarsten Blees2013-02-27
| | |/ | |/|
* | | Merge branch 'nd/doc-index-format'Junio C Hamano2013-03-19
|\ \ \ | | |/ | |/|
| * | read-cache.c: use INDEX_FORMAT_{LB,UB} in verify_hdr()Nguyễn Thái Ngọc Duy2013-02-22
| |/
* | Enable minimal stat checkingRobin Rosenberg2013-01-22
|/
* read-cache.c: mark a private file-scope symbol as staticJunio C Hamano2012-09-15
* Merge branch 'jk/maint-null-in-trees'Junio C Hamano2012-08-27
|\
| * do not write null sha1s to on-disk indexJeff King2012-07-29
* | Merge branch 'nd/index-errno'Junio C Hamano2012-08-22
|\ \
| * | read_index_from: remove bogus errno assignmentsNguyễn Thái Ngọc Duy2012-08-06
* | | Merge branch 'tg/ce-namelen-field'Junio C Hamano2012-07-23
|\ \ \
| * | | Strip namelen out of ce_flags into a ce_namelen fieldThomas Gummerer2012-07-11
| * | | Merge branch 'tg/maint-cache-name-compare' into tg/ce-namelen-fieldJunio C Hamano2012-07-11
| |\ \ \
* | \ \ \ Merge branch 'tg/maint-cache-name-compare'Junio C Hamano2012-07-15
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | cache_name_compare(): do not truncate while comparing pathsJunio C Hamano2012-07-11
* | | | | Replace strlen() with ce_namelen()Thomas Gummerer2012-07-08
| |/ / / |/| | |
* | | | Merge branch 'jc/index-v4'Junio C Hamano2012-05-02
|\ \ \ \
| * | | | read-cache.c: write prefix-compressed names in the indexJunio C Hamano2012-04-04
| * | | | read-cache.c: read prefix-compressed names in index on-disk version v4Junio C Hamano2012-04-03
| * | | | read-cache.c: move code to copy incore to ondisk cache to a helper functionJunio C Hamano2012-04-03
| * | | | read-cache.c: move code to copy ondisk to incore cache to a helper functionJunio C Hamano2012-04-03
| * | | | read-cache.c: report the header version we do not understandJunio C Hamano2012-04-03
| * | | | read-cache.c: make create_from_disk() report number of bytes it consumedJunio C Hamano2012-04-03
| * | | | read-cache.c: allow unaligned mapping of the index fileJunio C Hamano2012-04-03