summaryrefslogtreecommitdiff
path: root/read-cache.c
AgeCommit message (Expand)Author
2010-02-02Correct spelling of 'REUC' extensionShawn O. Pearce
2010-01-24Make ce_uptodate() trustworthy againJunio C Hamano
2010-01-22Remove diff machinery dependency from read-cacheLinus Torvalds
2010-01-20Merge branch 'jc/cache-unmerge'Junio C Hamano
2010-01-20Merge branch 'jc/symbol-static'Junio C Hamano
2010-01-13Merge branch 'cc/reset-more'Junio C Hamano
2010-01-13Merge branch 'nd/sparse'Junio C Hamano
2010-01-12read-cache.c: mark file-local functions staticJunio C Hamano
2010-01-04"reset --merge": fix unmerged caseJunio C Hamano
2009-12-27Merge branch 'nf/maint-fix-index-ext-len-on-be64' into maintJunio C Hamano
2009-12-27read_index(): fix reading extension size on BE 64-bit archsNathaniel W Filardo
2009-12-26resolve-undo: record resolved conflicts in a new index extension sectionJunio C Hamano
2009-12-14ie_match_stat(): do not ignore skip-worktree bit with CE_MATCH_IGNORE_VALIDNguyễn Thái Ngọc Duy
2009-08-24Teach Git to respect skip-worktree bit (reading part)Nguyễn Thái Ngọc Duy
2009-08-22reset: make the reminder output consistent with "checkout"Matthieu Moy
2009-08-22Rename REFRESH_SAY_CHANGED to REFRESH_IN_PORCELAIN.Matthieu Moy
2009-06-27Use die_errno() instead of die() when checking syscallsThomas Rast
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast
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-08Record ns-timestamps if possible, but do not use it without USE_NSECKjetil Barvik
2009-02-24write_index(): update index_state->timestamp after flushing to diskKjetil Barvik
2009-02-20make USE_NSEC work as expectedKjetil Barvik
2009-02-19check_updates(): effective removal of cache entries marked CE_REMOVEKjetil Barvik
2009-01-29add -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-08read-cache.c: typofix in commentJunio C Hamano
2008-12-01git add --intent-to-add: do not let an empty blob be committed by accidentJunio C Hamano
2008-11-29git add --intent-to-add: fix removal of cached emptinessJunio C Hamano
2008-11-29Merge 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-23rm: loosen safety valve for empty filesJeff King
2008-10-22Merge 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-03fix openssl headers conflicting with custom SHA1 implementationsNicolas Pitre
2008-09-19Merge 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-24Merge branch 'maint'Junio C Hamano
2008-08-24unpack_trees(): protect the handcrafted in-core index from read_cache()Junio C Hamano