aboutsummaryrefslogtreecommitdiff
path: root/fsck.c
Commit message (Expand)AuthorAge
* fsck: fix bogus commit header checkJonathan Nieder2010-05-28
* fsck: check ident lines in commit objectsJonathan Nieder2010-05-01
* Allow the Unix epoch to be a valid commit dateEric Wong2009-07-06
* Remove unused function scope local variablesBenjamin Kramer2009-03-07
* Merge branch 'maint'Junio C Hamano2008-11-11
|\
| * Fix non-literal format in printf-style callsDaniel Lowe2008-11-11
* | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-12
|/
* fsck.c: fix bogus "empty tree" checkJunio C Hamano2008-03-05
* add common fsck error printing functionMartin Koegler2008-02-25
* builtin-fsck: move common object checking code to fsck.cMartin Koegler2008-02-25
* add generic, type aware object chain walkerMartin Koegler2008-02-25
* Make fsck and fsck-objects be builtins.Mark Wooding2007-01-29
* git-fsck-objects is now synonym to git-fsckJunio C Hamano2007-01-28