summaryrefslogtreecommitdiff
path: root/read-cache.c
AgeCommit message (Expand)Author
2013-06-11Merge branch 'fc/do-not-use-the-index-in-add-to-index'Junio C Hamano
2013-06-03read-cache: trivial style cleanupsFelipe Contreras
2013-06-03read-cache: fix wrong 'the_index' usageFelipe Contreras
2013-06-02read-cache: mark cache_entry pointers constRené Scharfe
2013-04-22Merge branch 'lf/read-blob-data-from-index'Junio C Hamano
2013-04-17read_blob_data_from_index(): optionally return the size of blob dataLukas Fleischer
2013-04-17attr.c: extract read_index_data() as read_blob_data_from_index()Lukas Fleischer
2013-04-03Merge branch 'kb/name-hash' into maint-1.8.1Junio C Hamano
2013-04-01Merge branch 'kb/name-hash'Junio C Hamano
2013-03-19Merge branch 'nd/doc-index-format'Junio C Hamano
2013-02-28name-hash.c: fix endless loop with core.ignorecase=trueKarsten Blees
2013-02-22read-cache.c: use INDEX_FORMAT_{LB,UB} in verify_hdr()Nguyễn Thái Ngọc Duy
2013-01-22Enable minimal stat checkingRobin Rosenberg
2012-09-16read-cache.c: mark a private file-scope symbol as staticJunio C Hamano
2012-08-27Merge branch 'jk/maint-null-in-trees'Junio C Hamano
2012-08-22Merge branch 'nd/index-errno'Junio C Hamano
2012-08-06read_index_from: remove bogus errno assignmentsNguyễn Thái Ngọc Duy
2012-07-29do not write null sha1s to on-disk indexJeff King
2012-07-24Merge branch 'tg/ce-namelen-field'Junio C Hamano
2012-07-16Merge branch 'tg/maint-cache-name-compare'Junio C Hamano
2012-07-11Strip namelen out of ce_flags into a ce_namelen fieldThomas Gummerer
2012-07-11Merge branch 'tg/maint-cache-name-compare' into tg/ce-namelen-fieldJunio C Hamano
2012-07-11cache_name_compare(): do not truncate while comparing pathsJunio C Hamano
2012-07-09Replace strlen() with ce_namelen()Thomas Gummerer
2012-05-02Merge branch 'jc/index-v4'Junio C Hamano
2012-04-04read-cache.c: write prefix-compressed names in the indexJunio C Hamano
2012-04-03read-cache.c: read prefix-compressed names in index on-disk version v4Junio C Hamano
2012-04-03read-cache.c: move code to copy incore to ondisk cache to a helper functionJunio C Hamano
2012-04-03read-cache.c: move code to copy ondisk to incore cache to a helper functionJunio C Hamano
2012-04-03read-cache.c: report the header version we do not understandJunio C Hamano
2012-04-03read-cache.c: make create_from_disk() report number of bytes it consumedJunio C Hamano
2012-04-03read-cache.c: allow unaligned mapping of the index fileJunio C Hamano
2012-04-03cache.h: hide on-disk index detailsJunio C Hamano
2012-03-23make is_empty_blob_sha1 available everywhereJeff King
2012-02-17refresh_index: do not show unmerged path that is outside pathspecJunio C Hamano
2011-12-09Merge branch 'rs/allocate-cache-entry-individually'Junio C Hamano
2011-11-18refresh_index: make porcelain output more specificJeff King
2011-11-18refresh_index: rename format variablesJeff King
2011-11-18read-cache: let refresh_cache_ent pass up changed flagsJeff King
2011-10-26read-cache.c: allocate index entries individuallyRené Scharfe
2011-10-26read-cache.c: fix index memory allocationRené Scharfe
2011-08-25Merge branch 'maint'Junio C Hamano
2011-08-25whitespace: have SP on both sides of an assignment "="Junio C Hamano
2011-06-30Merge branch 'ef/maint-win-verify-path'Junio C Hamano
2011-06-08verify_dotfile(): do not assume '/' is the path seperatorTheo Niessink
2011-06-07verify_path(): simplify check at the directory boundaryJunio C Hamano
2011-05-27verify_path: consider dos drive prefixErik Faye-Lund
2011-05-09index_fd(): turn write_object and format_check arguments into one flagJunio C Hamano
2011-04-03Merge branch 'jc/index-update-if-able' into maintJunio C Hamano
2011-03-27Merge branch 'jc/index-update-if-able'Junio C Hamano