summaryrefslogtreecommitdiff
path: root/read-cache.c
AgeCommit message (Expand)Author
2009-03-15checkout bugfix: use stat.mtime instead of stat.ctime in two placesKjetil Barvik
2009-03-08Not all systems use st_[cm]tim field for ns resolution file timestampJunio C Hamano
2009-03-07Record ns-timestamps if possible, but do not use it without USE_NSECKjetil Barvik
2009-02-23write_index(): update index_state->timestamp after flushing to diskKjetil Barvik
2009-02-19make USE_NSEC work as expectedKjetil Barvik
2009-02-18check_updates(): effective removal of cache entries marked CE_REMOVEKjetil Barvik
2009-01-28add -u: do not fail to resolve a path as deletedJunio C Hamano
2008-12-17Make 'ce_compare_link()' use the new 'strbuf_readlink()'Linus Torvalds
2008-12-07read-cache.c: typofix in commentJunio C Hamano
2008-11-30git add --intent-to-add: do not let an empty blob be committed by accidentJunio C Hamano
2008-11-28git add --intent-to-add: fix removal of cached emptinessJunio C Hamano
2008-11-28Merge branch 'nd/narrow' (early part) into jc/add-i-t-aJunio C Hamano
2008-11-12Merge branch 'maint'Junio C Hamano
2008-11-12checkout: Fix "initial checkout" detectionJunio C Hamano
2008-11-02Merge branch 'jk/maint-ls-files-other' into maintJunio C Hamano
2008-10-22rm: loosen safety valve for empty filesJeff King
2008-10-21Merge branch 'jk/fix-ls-files-other'Junio C Hamano
2008-10-21Merge branch 'jc/maint-reset-remove-unmerged-new'Junio C Hamano
2008-10-18reset --hard/read-tree --reset -u: remove unmerged new pathsJunio C Hamano
2008-10-17Merge branch 'jk/maint-ls-files-other' into jk/fix-ls-files-otherJunio C Hamano
2008-10-17refactor handling of "other" files in ls-files and statusJeff King
2008-10-12Extend index to save more flagsNguyễn Thái Ngọc Duy
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey
2008-10-12print an error message for invalid pathDmitry Potapov
2008-10-09Merge branch 'jc/add-ita'Shawn O. Pearce
2008-10-02fix openssl headers conflicting with custom SHA1 implementationsNicolas Pitre
2008-09-18Merge branch 'jc/maint-name-hash-clear' into maintJunio C Hamano
2008-09-16Merge branch 'jc/maint-name-hash-clear'Junio C Hamano
2008-08-31git-add --intent-to-add (-N)Junio C Hamano
2008-08-27Merge branch 'jc/add-addremove'Junio C Hamano
2008-08-23Merge branch 'maint'Junio C Hamano
2008-08-23unpack_trees(): protect the handcrafted in-core index from read_cache()Junio C Hamano
2008-08-23discard_cache: reset lazy name_hash bitJunio C Hamano
2008-08-17index: future proof for "extended" index entriesJunio C Hamano
2008-07-30Teach gitlinks to ie_modified() and ce_modified_check_fs()Junio C Hamano
2008-07-28Make use of stat.ctime configurableAlex Riesen
2008-07-27git-mv: Keep moved index entries inactPetr Baudis
2008-07-25builtin-add.c: restructure the code for maintainabilityJunio C Hamano
2008-07-20"needs update" considered harmfulJunio C Hamano
2008-07-16read-cache.c: typofixJunio C Hamano
2008-06-30Move read_cache_unmerged() to read-cache.cMiklos Vajna
2008-06-22Merge branch 'lt/racy-empty'Junio C Hamano
2008-06-19racy-git: an empty blob has a fixed object nameLinus Torvalds
2008-05-31Add shortcut in refresh_cache_ent() for marked entries.Marius Storm-Olsen
2008-05-25Merge branch 'jc/add-n-u'Junio C Hamano
2008-05-25Merge branch 'js/ignore-submodule'Junio C Hamano
2008-05-21"git-add -n -u" should not add but just reportJunio C Hamano
2008-05-15Teach update-index about --ignore-submodulesJohannes Schindelin
2008-05-12Make the exit code of add_file_to_index actually usefulAlex Riesen
2008-05-10Avoid some unnecessary lstat() callsLinus Torvalds