summaryrefslogtreecommitdiff
path: root/read-cache.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* read-cache.c: mark a private file-scope symbol as staticJunio C Hamano2012-09-151-1/+1
* Merge branch 'jk/maint-null-in-trees'Junio C Hamano2012-08-271-0/+2
|\
| * do not write null sha1s to on-disk indexJeff King2012-07-291-0/+2
* | Merge branch 'nd/index-errno'Junio C Hamano2012-08-221-5/+1
|\ \
| * | read_index_from: remove bogus errno assignmentsNguyễn Thái Ngọc Duy2012-08-061-5/+1
* | | Merge branch 'tg/ce-namelen-field'Junio C Hamano2012-07-231-28/+39
|\ \ \
| * | | Strip namelen out of ce_flags into a ce_namelen fieldThomas Gummerer2012-07-111-28/+39
| * | | Merge branch 'tg/maint-cache-name-compare' into tg/ce-namelen-fieldJunio C Hamano2012-07-111-4/+9
| |\ \ \
* | \ \ \ Merge branch 'tg/maint-cache-name-compare'Junio C Hamano2012-07-151-4/+9
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | cache_name_compare(): do not truncate while comparing pathsJunio C Hamano2012-07-111-4/+9
* | | | | Replace strlen() with ce_namelen()Thomas Gummerer2012-07-081-2/+2
| |/ / / |/| | |
* | | | Merge branch 'jc/index-v4'Junio C Hamano2012-05-021-42/+223
|\ \ \ \
| * | | | read-cache.c: write prefix-compressed names in the indexJunio C Hamano2012-04-041-10/+54
| * | | | read-cache.c: read prefix-compressed names in index on-disk version v4Junio C Hamano2012-04-031-7/+51
| * | | | read-cache.c: move code to copy incore to ondisk cache to a helper functionJunio C Hamano2012-04-031-9/+17
| * | | | read-cache.c: move code to copy ondisk to incore cache to a helper functionJunio C Hamano2012-04-031-19/+25
| * | | | read-cache.c: report the header version we do not understandJunio C Hamano2012-04-031-2/+4
| * | | | read-cache.c: make create_from_disk() report number of bytes it consumedJunio C Hamano2012-04-031-3/+6
| * | | | read-cache.c: allow unaligned mapping of the index fileJunio C Hamano2012-04-031-12/+32
| * | | | cache.h: hide on-disk index detailsJunio C Hamano2012-04-031-0/+54
| | |_|/ | |/| |
* | | | make is_empty_blob_sha1 available everywhereJeff King2012-03-231-10/+0
|/ / /
* | | refresh_index: do not show unmerged path that is outside pathspecjc/add-refresh-unmergedJunio C Hamano2012-02-171-2/+9
* | | Merge branch 'rs/allocate-cache-entry-individually'Junio C Hamano2011-12-091-51/+32
|\ \ \
| * | | read-cache.c: allocate index entries individuallyRené Scharfe2011-10-261-50/+31
* | | | refresh_index: make porcelain output more specificjk/refresh-porcelain-outputJeff King2011-11-181-2/+21
* | | | refresh_index: rename format variablesJeff King2011-11-181-6/+6
* | | | read-cache: let refresh_cache_ent pass up changed flagsJeff King2011-11-181-3/+6
* | | | read-cache.c: fix index memory allocationRené Scharfe2011-10-261-3/+3
|/ / /
* | | Merge branch 'maint'Junio C Hamano2011-08-251-1/+1
|\ \ \ | | |/ | |/|
| * | whitespace: have SP on both sides of an assignment "="Junio C Hamano2011-08-251-1/+1