summaryrefslogtreecommitdiff
path: root/fsck.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-26strbuf: add strbuf_vaddfJeff King1-13/+1
2010-05-28fsck: fix bogus commit header checkJonathan Nieder1-2/+0
2010-05-01fsck: check ident lines in commit objectsJonathan Nieder1-0/+47
2009-07-06Allow the Unix epoch to be a valid commit dateEric Wong1-1/+1
2009-03-07Remove unused function scope local variablesBenjamin Kramer1-5/+1
2008-11-11Merge branch 'maint'Junio C Hamano1-1/+1
2008-11-11Fix non-literal format in printf-style callsDaniel Lowe1-1/+1
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey1-2/+1
2008-03-05fsck.c: fix bogus "empty tree" checkJunio C Hamano1-2/+0
2008-02-25add common fsck error printing functionMartin Koegler1-0/+29
2008-02-25builtin-fsck: move common object checking code to fsck.cMartin Koegler1-0/+215
2008-02-25add generic, type aware object chain walkerMartin Koegler1-0/+91
2007-01-29Make fsck and fsck-objects be builtins.Mark Wooding1-690/+0
2007-01-28git-fsck-objects is now synonym to git-fsckJunio C Hamano1-0/+690