208 Commits (b92891f9783ae197bb84b90d8404ad08c3875fa1)

Author SHA1 Message Date
Junio C Hamano 4cc8d6c62d add -u: do not fail to resolve a path as deleted 16 years ago
Linus Torvalds a60272b38e Make 'ce_compare_link()' use the new 'strbuf_readlink()' 16 years ago
Junio C Hamano 63e8dc5b14 read-cache.c: typofix in comment 16 years ago
Junio C Hamano 331fcb598e git add --intent-to-add: do not let an empty blob be committed by accident 16 years ago
Junio C Hamano 388b2acd6e git add --intent-to-add: fix removal of cached emptiness 16 years ago
Junio C Hamano fa7b3c2f75 checkout: Fix "initial checkout" detection 16 years ago
Jeff King f55527f802 rm: loosen safety valve for empty files 16 years ago
Junio C Hamano d1a43f2aa4 reset --hard/read-tree --reset -u: remove unmerged new paths 16 years ago
Jeff King 98fa473887 refactor handling of "other" files in ls-files and status 16 years ago
Nguyễn Thái Ngọc Duy 06aaaa0bf7 Extend index to save more flags 16 years ago
Brandon Casey f285a2d7ed Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer 16 years ago
Dmitry Potapov 7e7abea96b print an error message for invalid path 16 years ago
Nicolas Pitre 9126f0091f fix openssl headers conflicting with custom SHA1 implementations 16 years ago
Junio C Hamano 394258190c git-add --intent-to-add (-N) 17 years ago
Junio C Hamano 913e0e99b6 unpack_trees(): protect the handcrafted in-core index from read_cache() 17 years ago
Junio C Hamano 64ca23afda discard_cache: reset lazy name_hash bit 17 years ago
Junio C Hamano 16ce2e4c8f index: future proof for "extended" index entries 17 years ago
Junio C Hamano c70115b4b1 Teach gitlinks to ie_modified() and ce_modified_check_fs() 17 years ago
Alex Riesen 1ce4790bf5 Make use of stat.ctime configurable 17 years ago
Petr Baudis 81dc2307d0 git-mv: Keep moved index entries inact 17 years ago
Junio C Hamano 041aee31be builtin-add.c: restructure the code for maintainability 17 years ago
Junio C Hamano d14e7407b3 "needs update" considered harmful 17 years ago
Junio C Hamano 3bf0dd1f4e read-cache.c: typofix 17 years ago
Miklos Vajna e46bbcf6e8 Move read_cache_unmerged() to read-cache.c 17 years ago
Linus Torvalds f49c2c22fe racy-git: an empty blob has a fixed object name 17 years ago
Marius Storm-Olsen aa9349d449 Add shortcut in refresh_cache_ent() for marked entries. 17 years ago
Junio C Hamano 38ed1d89f7 "git-add -n -u" should not add but just report 17 years ago
Johannes Schindelin 5fdeacb0ca Teach update-index about --ignore-submodules 17 years ago
Alex Riesen 960b8ad1b1 Make the exit code of add_file_to_index actually useful 17 years ago
Linus Torvalds d177cab048 Avoid some unnecessary lstat() calls 17 years ago
Junio C Hamano 050288d52d is_racy_timestamp(): do not check timestamp for gitlinks 17 years ago
Junio C Hamano e06c43c795 write_index(): optimize ce_smudge_racily_clean_entry() calls with CE_UPTODATE 17 years ago
Linus Torvalds 1102952b45 Make git-add behave more sensibly in a case-insensitive environment 17 years ago
Linus Torvalds 6835550def When adding files to the index, add support for case-independent matches 17 years ago
Linus Torvalds 96872bc200 Move name hashing functions into a file of its own 17 years ago
Linus Torvalds d1f128b050 Add 'const' where appropriate to index handling functions 17 years ago
Linus Torvalds 0ab9e1e8cd Add 'df_name_compare()' helper function 17 years ago
Linus Torvalds d070e3a31b Name hash fixups: export (and rename) remove_hash_entry 17 years ago
Linus Torvalds a22c637124 Fix name re-hashing semantics 17 years ago
Daniel Barkalow 94a5728cfb Library function to check for unmerged index entries 17 years ago
Junio C Hamano 9cb76b8cdc lazy index hashing 17 years ago
Linus Torvalds cf558704fb Create pathname-based hash-table lookup into index 17 years ago
Junio C Hamano 6d91da6d3c read-cache.c: introduce is_racy_timestamp() helper 17 years ago
Junio C Hamano 077c48df8a read-cache.c: fix a couple more CE_REMOVE conversion 17 years ago
Junio C Hamano eadb583134 Avoid running lstat(2) on the same cache entry. 17 years ago
Junio C Hamano 7fec10b7f4 index: be careful when handling long names 17 years ago
Linus Torvalds 7a51ed66f6 Make on-disk index representation separate from in-core one 17 years ago
Junio C Hamano fb63d7f889 git-add: make the entry stat-clean after re-adding the same contents 17 years ago
Junio C Hamano 4bd5b7dacc ce_match_stat, run_diff_files: use symbolic constants for readability 17 years ago
Linus Torvalds cd8ae20195 git-blame shouldn't crash if run in an unmerged tree 17 years ago