summaryrefslogtreecommitdiff
path: root/fsck.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-26strbuf: add strbuf_vaddfLibravatar Jeff King1-13/+1
2010-05-28fsck: fix bogus commit header checkLibravatar Jonathan Nieder1-2/+0
2010-05-01fsck: check ident lines in commit objectsLibravatar Jonathan Nieder1-0/+47
2009-07-06Allow the Unix epoch to be a valid commit dateLibravatar Eric Wong1-1/+1
2009-03-07Remove unused function scope local variablesLibravatar Benjamin Kramer1-5/+1
2008-11-11Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2008-11-11Fix non-literal format in printf-style callsLibravatar Daniel Lowe1-1/+1
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerLibravatar Brandon Casey1-2/+1
2008-03-05fsck.c: fix bogus "empty tree" checkLibravatar Junio C Hamano1-2/+0
2008-02-25add common fsck error printing functionLibravatar Martin Koegler1-0/+29
2008-02-25builtin-fsck: move common object checking code to fsck.cLibravatar Martin Koegler1-0/+215
2008-02-25add generic, type aware object chain walkerLibravatar Martin Koegler1-0/+91
2007-01-29Make fsck and fsck-objects be builtins.Libravatar Mark Wooding1-690/+0
2007-01-28git-fsck-objects is now synonym to git-fsckLibravatar Junio C Hamano1-0/+690