aboutsummaryrefslogtreecommitdiff
path: root/fsck.c
Commit message (Expand)AuthorAge
* fsck: warn about ".git" in treesJeff King2012-11-28
* fsck: warn about '.' and '..' in treesJeff King2012-11-28
* Merge branch 'jk/maint-null-in-trees' into maint-1.7.11Junio C Hamano2012-09-10
|\
| * fsck: detect null sha1 in tree entriesJeff King2012-07-29
* | remove superfluous newlines in error messagesPete Wyckoff2012-04-30
|/
* fsck: improve committer/author checkDmitry Ivankov2011-08-11
* Merge branch 'jm/maint-misc-fix' into maintJunio C Hamano2011-05-30
|\
| * remove tests of always-false conditionJim Meyering2011-05-26
* | strbuf: add strbuf_vaddfJeff King2011-02-26
|/
* 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