summaryrefslogtreecommitdiff
path: root/fsck.c
Commit message (Expand)AuthorAgeFilesLines
* fsck: warn about ".git" in treesJeff King2012-11-281-0/+5
* fsck: warn about '.' and '..' in treesJeff King2012-11-281-0/+10
* Merge branch 'jk/maint-null-in-trees' into maint-1.7.11Junio C Hamano2012-09-101-1/+7
|\
| * fsck: detect null sha1 in tree entriesJeff King2012-07-291-1/+7
* | remove superfluous newlines in error messagesPete Wyckoff2012-04-301-1/+1
|/
* fsck: improve committer/author checkDmitry Ivankov2011-08-111-4/+6
* Merge branch 'jm/maint-misc-fix' into maintJunio C Hamano2011-05-301-1/+1
|\
| * remove tests of always-false conditionJim Meyering2011-05-261-1/+1
* | strbuf: add strbuf_vaddfJeff King2011-02-261-13/+1
|/
* fsck: fix bogus commit header checkJonathan Nieder2010-05-281-2/+0
* fsck: check ident lines in commit objectsJonathan Nieder2010-05-011-0/+47
* Allow the Unix epoch to be a valid commit dateEric Wong2009-07-061-1/+1
* Remove unused function scope local variablesBenjamin Kramer2009-03-071-5/+1
* Merge branch 'maint'Junio C Hamano2008-11-111-1/+1
|\
| * Fix non-literal format in printf-style callsDaniel Lowe2008-11-111-1/+1
* | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-121-2/+1
|/
* fsck.c: fix bogus "empty tree" checkJunio C Hamano2008-03-051-2/+0
* add common fsck error printing functionMartin Koegler2008-02-251-0/+29
* builtin-fsck: move common object checking code to fsck.cMartin Koegler2008-02-251-0/+215
* add generic, type aware object chain walkerMartin Koegler2008-02-251-0/+91
* Make fsck and fsck-objects be builtins.Mark Wooding2007-01-291-690/+0
* git-fsck-objects is now synonym to git-fsckJunio C Hamano2007-01-281-0/+690