summaryrefslogtreecommitdiff
path: root/fsck.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'js/fsck-tag-validation'Junio C Hamano2014-12-221-1/+2
|\
| * fsck: properly bound "invalid tag name" error messageJeff King2014-12-091-1/+2
* | Sync with v2.1.4Junio C Hamano2014-12-171-1/+4
|\ \ | |/ |/|
| * Sync with v2.0.5Junio C Hamano2014-12-171-1/+4
| |\
| | * Sync with v1.9.5Junio C Hamano2014-12-171-1/+4
| | |\
| | | * Sync with v1.8.5.6Junio C Hamano2014-12-171-1/+3
| | | |\
| | | | * fsck: complain about NTFS ".git" aliases in treesJohannes Schindelin2014-12-171-1/+2
| | | | * fsck: complain about HFS+ ".git" aliases in treesJeff King2014-12-171-1/+2
| | | | * fsck: notice .git case-insensitivelyJeff King2014-12-171-1/+1
* | | | | fsck: check tag objects' headersJohannes Schindelin2014-09-111-1/+85
* | | | | Make sure fsck_commit_buffer() does not run out of the bufferJohannes Schindelin2014-09-111-0/+23
* | | | | fsck_object(): allow passing object data separately from the object itselfJohannes Schindelin2014-09-101-9/+15
|/ / / /
* | | | fsck: simplify fsck_commit_buffer() by using commit_list_count()René Scharfe2014-07-101-16/+6
* | | | Merge branch 'jk/skip-prefix'Junio C Hamano2014-07-091-9/+4
|\ \ \ \ | |/ / / |/| | |
| * | | refactor skip_prefix to return a booleanJeff King2014-06-201-9/+5
* | | | commit: record buffer length in cacheJeff King2014-06-131-1/+1
* | | | use get_commit_buffer everywhereJeff King2014-06-131-2/+11
|/ / /
* | | Merge branch 'hs/simplify-bit-setting-in-fsck-tree'Junio C Hamano2014-03-311-12/+6
|\ \ \
| * | | fsck: use bitwise-or assignment operator to set flaghs/simplify-bit-setting-in-fsck-treeHiroyuki Sano2014-03-201-12/+6
| | |/ | |/|
* | | Merge branch 'ys/fsck-commit-parsing'Junio C Hamano2014-03-281-12/+14
|\ \ \ | |_|/ |/| |
| * | fsck.c:fsck_commit(): use skip_prefix() to verify and skip constantys/fsck-commit-parsingYuxuan Shui2014-03-191-11/+13
| * | fsck.c:fsck_ident(): ident points at a const stringYuxuan Shui2014-03-131-2/+2
| |/
* | date: check date overflow against time_tJeff King2014-02-241-1/+1
* | fsck: report integer overflow in author timestampsJeff King2014-02-241-6/+6
|/
* 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