452 Commits (f331ab9d4cb21942dcde6d879aaca6a1784e8cb6)

Author SHA1 Message Date
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
Theo Niessink e0f530ff8a verify_dotfile(): do not assume '/' is the path seperator 14 years ago
Junio C Hamano 3bdf09c7f5 verify_path(): simplify check at the directory boundary 14 years ago
Erik Faye-Lund 56948cb6aa verify_path: consider dos drive prefix 14 years ago
Junio C Hamano c4ce46fc7a index_fd(): turn write_object and format_check arguments into one flag 14 years ago
Junio C Hamano 483fbe2b7c update $GIT_INDEX_FILE when there are racily clean entries 14 years ago
Junio C Hamano ccdc4ec304 diff/status: refactor opportunistic index update 14 years ago
Jonathan Nieder 046613c546 update-index --refresh --porcelain: add missing const 14 years ago
Nguyễn Thái Ngọc Duy c879daa237 Make hash-object more robust against malformed objects 14 years ago
Nguyễn Thái Ngọc Duy 898bbd9fb4 Convert ce_path_match() to use match_pathspec_depth() 14 years ago
Nguyễn Thái Ngọc Duy eb9cb55b94 Convert ce_path_match() to use struct pathspec 14 years ago
Joshua Jensen dc1ae70487 Support case folding for git add when core.ignorecase=true 15 years ago
Jonathan Nieder 59efba64ac core: Stop leaking ondisk_cache_entrys 15 years ago
Shawn O. Pearce b659b49bb0 Correct spelling of 'REUC' extension 15 years ago
Junio C Hamano 125fd98434 Make ce_uptodate() trustworthy again 15 years ago