| Commit message (Expand) | Author | Age | Files | Lines |
* | fsck: check tag objects' headers | Johannes Schindelin | 2014-09-11 | 1 | -1/+85 |
* | Make sure fsck_commit_buffer() does not run out of the buffer | Johannes Schindelin | 2014-09-11 | 1 | -0/+23 |
* | fsck_object(): allow passing object data separately from the object itself | Johannes Schindelin | 2014-09-10 | 1 | -9/+15 |
* | fsck: simplify fsck_commit_buffer() by using commit_list_count() | René Scharfe | 2014-07-10 | 1 | -16/+6 |
* | Merge branch 'jk/skip-prefix' | Junio C Hamano | 2014-07-09 | 1 | -9/+4 |
|\ |
|
| * | refactor skip_prefix to return a boolean | Jeff King | 2014-06-20 | 1 | -9/+5 |
* | | commit: record buffer length in cache | Jeff King | 2014-06-13 | 1 | -1/+1 |
* | | use get_commit_buffer everywhere | Jeff King | 2014-06-13 | 1 | -2/+11 |
|/ |
|
* | Merge branch 'hs/simplify-bit-setting-in-fsck-tree' | Junio C Hamano | 2014-03-31 | 1 | -12/+6 |
|\ |
|
| * | fsck: use bitwise-or assignment operator to set flaghs/simplify-bit-setting-in-fsck-tree | Hiroyuki Sano | 2014-03-20 | 1 | -12/+6 |
* | | Merge branch 'ys/fsck-commit-parsing' | Junio C Hamano | 2014-03-28 | 1 | -12/+14 |
|\ \ |
|
| * | | fsck.c:fsck_commit(): use skip_prefix() to verify and skip constantys/fsck-commit-parsing | Yuxuan Shui | 2014-03-19 | 1 | -11/+13 |
| * | | fsck.c:fsck_ident(): ident points at a const string | Yuxuan Shui | 2014-03-13 | 1 | -2/+2 |
| |/ |
|
* | | date: check date overflow against time_t | Jeff King | 2014-02-24 | 1 | -1/+1 |
* | | fsck: report integer overflow in author timestamps | Jeff King | 2014-02-24 | 1 | -6/+6 |
|/ |
|
* | fsck: warn about ".git" in trees | Jeff King | 2012-11-28 | 1 | -0/+5 |
* | fsck: warn about '.' and '..' in trees | Jeff King | 2012-11-28 | 1 | -0/+10 |
* | Merge branch 'jk/maint-null-in-trees' into maint-1.7.11 | Junio C Hamano | 2012-09-10 | 1 | -1/+7 |
|\ |
|
| * | fsck: detect null sha1 in tree entries | Jeff King | 2012-07-29 | 1 | -1/+7 |
* | | remove superfluous newlines in error messages | Pete Wyckoff | 2012-04-30 | 1 | -1/+1 |
|/ |
|
* | fsck: improve committer/author check | Dmitry Ivankov | 2011-08-11 | 1 | -4/+6 |
* | Merge branch 'jm/maint-misc-fix' into maint | Junio C Hamano | 2011-05-30 | 1 | -1/+1 |
|\ |
|
| * | remove tests of always-false condition | Jim Meyering | 2011-05-26 | 1 | -1/+1 |
* | | strbuf: add strbuf_vaddf | Jeff King | 2011-02-26 | 1 | -13/+1 |
|/ |
|
* | fsck: fix bogus commit header check | Jonathan Nieder | 2010-05-28 | 1 | -2/+0 |
* | fsck: check ident lines in commit objects | Jonathan Nieder | 2010-05-01 | 1 | -0/+47 |
* | Allow the Unix epoch to be a valid commit date | Eric Wong | 2009-07-06 | 1 | -1/+1 |
* | Remove unused function scope local variables | Benjamin Kramer | 2009-03-07 | 1 | -5/+1 |
* | Merge branch 'maint' | Junio C Hamano | 2008-11-11 | 1 | -1/+1 |
|\ |
|
| * | Fix non-literal format in printf-style calls | Daniel Lowe | 2008-11-11 | 1 | -1/+1 |
* | | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer | Brandon Casey | 2008-10-12 | 1 | -2/+1 |
|/ |
|
* | fsck.c: fix bogus "empty tree" check | Junio C Hamano | 2008-03-05 | 1 | -2/+0 |
* | add common fsck error printing function | Martin Koegler | 2008-02-25 | 1 | -0/+29 |
* | builtin-fsck: move common object checking code to fsck.c | Martin Koegler | 2008-02-25 | 1 | -0/+215 |
* | add generic, type aware object chain walker | Martin Koegler | 2008-02-25 | 1 | -0/+91 |
* | Make fsck and fsck-objects be builtins. | Mark Wooding | 2007-01-29 | 1 | -690/+0 |
* | git-fsck-objects is now synonym to git-fsck | Junio C Hamano | 2007-01-28 | 1 | -0/+690 |