214 Commits (0e87c36763a384d5bf6fae4bda44fd035c0b75ff)

Author SHA1 Message Date
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
Kjetil Barvik e1afca4fd3 write_index(): update index_state->timestamp after flushing to disk 16 years ago
Kjetil Barvik fba2f38a2c make USE_NSEC work as expected 16 years ago
Kjetil Barvik 36419c8ee4 check_updates(): effective removal of cache entries marked CE_REMOVE 16 years ago
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