292 Commits (ac5611a1ccbbb125b65882711e18331a3b91a1ca)

Author SHA1 Message Date
Felipe Contreras c4aa3167fe read-cache: trivial style cleanups 12 years ago
Felipe Contreras 582eb8536b read-cache: fix wrong 'the_index' usage 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 13 years ago
Jeff King 4bd4e73093 refresh_index: rename format variables 13 years ago
Jeff King d05e697010 read-cache: let refresh_cache_ent pass up changed flags 13 years ago
René Scharfe debed2a629 read-cache.c: allocate index entries individually 13 years ago
René Scharfe 8f41c07f90 read-cache.c: fix index memory allocation 13 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 14 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
Linus Torvalds fb7d3f32b2 Remove diff machinery dependency from read-cache 15 years ago
Junio C Hamano 87b29e5a5a read-cache.c: mark file-local functions static 15 years ago
Junio C Hamano e11d7b5969 "reset --merge": fix unmerged case 15 years ago
Nathaniel W Filardo 07cc8ecac0 read_index(): fix reading extension size on BE 64-bit archs 15 years ago
Junio C Hamano cfc5789ada resolve-undo: record resolved conflicts in a new index extension section 15 years ago
Nguyễn Thái Ngọc Duy 56cac48c35 ie_match_stat(): do not ignore skip-worktree bit with CE_MATCH_IGNORE_VALID 15 years ago
Nguyễn Thái Ngọc Duy b4d1690df1 Teach Git to respect skip-worktree bit (reading part) 16 years ago