summaryrefslogtreecommitdiff
path: root/fsck.c
AgeCommit message (Expand)Author
2010-05-28fsck: fix bogus commit header checkJonathan Nieder
2010-05-01fsck: check ident lines in commit objectsJonathan Nieder
2009-07-06Allow the Unix epoch to be a valid commit dateEric Wong
2009-03-08Remove unused function scope local variablesBenjamin Kramer
2008-11-11Merge branch 'maint'Junio C Hamano
2008-11-11Fix non-literal format in printf-style callsDaniel Lowe
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey
2008-03-05fsck.c: fix bogus "empty tree" checkJunio C Hamano
2008-02-26add common fsck error printing functionMartin Koegler
2008-02-26builtin-fsck: move common object checking code to fsck.cMartin Koegler
2008-02-26add generic, type aware object chain walkerMartin Koegler
2007-01-29Make fsck and fsck-objects be builtins.Mark Wooding
2007-01-29git-fsck-objects is now synonym to git-fsckJunio C Hamano