280 Commits (fb2c984148a344781833b25361154619230d9dd4)

Author SHA1 Message Date
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 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
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
Matthieu Moy 3deffc52d8 reset: make the reminder output consistent with "checkout" 16 years ago
Matthieu Moy 43673fddd3 Rename REFRESH_SAY_CHANGED to REFRESH_IN_PORCELAIN. 16 years ago
Thomas Rast 0721c314a5 Use die_errno() instead of die() when checking syscalls 16 years ago
Thomas Rast d824cbba02 Convert existing die(..., strerror(errno)) to die_errno() 16 years ago
Kjetil Barvik 5bcf109cdf checkout bugfix: use stat.mtime instead of stat.ctime in two places 16 years ago
Junio C Hamano 110c46a909 Not all systems use st_[cm]tim field for ns resolution file timestamp 16 years ago
Kjetil Barvik c06ff4908b Record ns-timestamps if possible, but do not use it without USE_NSEC 16 years ago