aboutsummaryrefslogtreecommitdiffstats
path: root/fsck.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-17Sync with v2.1.4Junio C Hamano1-1/+4
2014-12-17Sync with v2.0.5Junio C Hamano1-1/+4
2014-12-17Sync with v1.9.5Junio C Hamano1-1/+4
2014-12-17Sync with v1.8.5.6Junio C Hamano1-1/+3
2014-12-17fsck: complain about NTFS ".git" aliases in treesJohannes Schindelin1-1/+2
2014-12-17fsck: complain about HFS+ ".git" aliases in treesJeff King1-1/+2
2014-12-17fsck: notice .git case-insensitivelyJeff King1-1/+1
2014-09-11fsck: check tag objects' headersJohannes Schindelin1-1/+85
2014-09-11Make sure fsck_commit_buffer() does not run out of the bufferJohannes Schindelin1-0/+23
2014-09-10fsck_object(): allow passing object data separately from the object itselfJohannes Schindelin1-9/+15
2014-07-10fsck: simplify fsck_commit_buffer() by using commit_list_count()René Scharfe1-16/+6
2014-07-09Merge branch 'jk/skip-prefix'Junio C Hamano1-9/+4
2014-06-20refactor skip_prefix to return a booleanJeff King1-9/+5
2014-06-13commit: record buffer length in cacheJeff King1-1/+1
2014-06-13use get_commit_buffer everywhereJeff King1-2/+11
2014-03-31Merge branch 'hs/simplify-bit-setting-in-fsck-tree'Junio C Hamano1-12/+6
2014-03-28Merge branch 'ys/fsck-commit-parsing'Junio C Hamano1-12/+14
2014-03-20fsck: use bitwise-or assignment operator to set flagHiroyuki Sano1-12/+6
2014-03-19fsck.c:fsck_commit(): use skip_prefix() to verify and skip constantYuxuan Shui1-11/+13
2014-03-13fsck.c:fsck_ident(): ident points at a const stringYuxuan Shui1-2/+2
2014-02-24date: check date overflow against time_tJeff King1-1/+1
2014-02-24fsck: report integer overflow in author timestampsJeff King1-6/+6
2012-11-28fsck: warn about ".git" in treesJeff King1-0/+5
2012-11-28fsck: warn about '.' and '..' in treesJeff King1-0/+10
2012-09-10Merge branch 'jk/maint-null-in-trees' into maint-1.7.11Junio C Hamano1-1/+7
2012-07-29fsck: detect null sha1 in tree entriesJeff King1-1/+7
2012-04-30remove superfluous newlines in error messagesPete Wyckoff1-1/+1
2011-08-11fsck: improve committer/author checkDmitry Ivankov1-4/+6
2011-05-30Merge branch 'jm/maint-misc-fix' into maintJunio C Hamano1-1/+1
2011-05-26remove tests of always-false conditionJim Meyering1-1/+1
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