644 Commits (819f0e76b110458488c41741b0dcd538483848c0)

Author SHA1 Message Date
Dmitry S. Dolzhenko 999f566013 read-cache.c: use ALLOC_GROW() in add_index_entry() 11 years ago
Nguyễn Thái Ngọc Duy 429bb40abd pathspec: convert some match_pathspec_depth() to ce_path_match() 11 years ago
Brad King 257627268a read-cache.c: extend make_cache_entry refresh flag with options 11 years ago
Brad King 2e2e7ec1ef read-cache.c: refactor --ignore-missing implementation 11 years ago
Thomas Gummerer 3c09d6845d read-cache: add index.version config variable 11 years ago
Thomas Gummerer 136347d718 introduce GIT_INDEX_VERSION environment variable 11 years ago
Nguyễn Thái Ngọc Duy b4b313f94a reset: support "--mixed --intent-to-add" mode 11 years ago
Jeff King c3d8da571f read-cache: use get_be32 instead of hand-rolled ntoh_l 11 years ago
Karsten Blees 5699d17ee0 read-cache.c: fix memory leaks caused by removed cache entries 11 years ago
Karsten Blees 419a597f64 name-hash.c: remove cache entries instead of marking them CE_UNHASHED 11 years ago
Eric Sunshine d28eec2673 name-hash: stop storing trailing '/' on paths in index_state.dir_hash 12 years ago
Eric Sunshine ebbd7439b1 employ new explicit "exists in index?" API 12 years ago
Jeff King 83bd7437ca write_index: optionally allow broken null sha1s 12 years ago
Thomas Gummerer 7800c1ebcc read-cache: use fixed width integer types 12 years ago
Ondřej Bílka 98e023dea4 many small typofixes 12 years ago
Nguyễn Thái Ngọc Duy 9b2d61499b convert refresh_index to take struct pathspec 12 years ago
Nguyễn Thái Ngọc Duy 9c5e6c802c Convert "struct cache_entry *" to "const ..." wherever possible 12 years ago
Michael Haggerty 3861253224 add a stat_validity struct 12 years ago
Michael Haggerty c21d39d7c7 Extract a struct stat_data from cache_entry 12 years ago
René Scharfe a0fc4db01d read-cache: free cache in discard_index 12 years ago
Felipe Contreras c4aa3167fe read-cache: trivial style cleanups 12 years ago
Felipe Contreras 582eb8536b read-cache: fix wrong 'the_index' usage 12 years ago
René Scharfe 21a6b9fa42 read-cache: mark cache_entry pointers const 12 years ago
Lukas Fleischer ff36682505 read_blob_data_from_index(): optionally return the size of blob data 12 years ago
Lukas Fleischer 29fb37b272 attr.c: extract read_index_data() as read_blob_data_from_index() 12 years ago
Karsten Blees 2092678cd5 name-hash.c: fix endless loop with core.ignorecase=true 12 years ago
Nguyễn Thái Ngọc Duy b82a7b5bbc read-cache.c: use INDEX_FORMAT_{LB,UB} in verify_hdr() 12 years ago
Robin Rosenberg c08e4d5b5c Enable minimal stat checking 12 years ago
Junio C Hamano 357e9c69c9 read-cache.c: mark a private file-scope symbol as static 13 years ago
Nguyễn Thái Ngọc Duy 57d84f8d93 read_index_from: remove bogus errno assignments 13 years ago
Jeff King 4337b5856f do not write null sha1s to on-disk index 13 years ago
Thomas Gummerer b60e188c51 Strip namelen out of ce_flags into a ce_namelen field 13 years ago
Junio C Hamano d5f53338ab cache_name_compare(): do not truncate while comparing paths 13 years ago
Thomas Gummerer 68c4f6a577 Replace strlen() with ce_namelen() 13 years ago
Junio C Hamano 9d227781b6 read-cache.c: write prefix-compressed names in the index 13 years ago
Junio C Hamano 6c9cd161d9 read-cache.c: read prefix-compressed names in index on-disk version v4 13 years ago
Junio C Hamano f136f7bfe8 read-cache.c: move code to copy incore to ondisk cache to a helper function 13 years ago
Junio C Hamano 3fc22b5331 read-cache.c: move code to copy ondisk to incore cache to a helper function 13 years ago
Junio C Hamano 0136bac9b8 read-cache.c: report the header version we do not understand 13 years ago
Junio C Hamano 936f53d055 read-cache.c: make create_from_disk() report number of bytes it consumed 13 years ago
Junio C Hamano d60c49c2d7 read-cache.c: allow unaligned mapping of the index file 13 years ago
Junio C Hamano db3b313c84 cache.h: hide on-disk index details 13 years ago
Jeff King f8582cad8d make is_empty_blob_sha1 available everywhere 13 years ago
Junio C Hamano 3d1f148c33 refresh_index: do not show unmerged path that is outside pathspec 13 years ago
Jeff King 73b7eae60c refresh_index: make porcelain output more specific 14 years ago
Jeff King 4bd4e73093 refresh_index: rename format variables 14 years ago
Jeff King d05e697010 read-cache: let refresh_cache_ent pass up changed flags 14 years ago
René Scharfe debed2a629 read-cache.c: allocate index entries individually 14 years ago
René Scharfe 8f41c07f90 read-cache.c: fix index memory allocation 14 years ago
Junio C Hamano cd2b8ae983 whitespace: have SP on both sides of an assignment "=" 14 years ago