aboutsummaryrefslogtreecommitdiff
path: root/fsck.c
Commit message (Expand)AuthorAge
...
| * Sync with v2.0.5Junio C Hamano2014-12-17
| |\
| | * Sync with v1.9.5Junio C Hamano2014-12-17
| | |\
| | | * Sync with v1.8.5.6Junio C Hamano2014-12-17
| | | |\
| | | | * fsck: complain about NTFS ".git" aliases in treesJohannes Schindelin2014-12-17
| | | | * fsck: complain about HFS+ ".git" aliases in treesJeff King2014-12-17
| | | | * fsck: notice .git case-insensitivelyJeff King2014-12-17
* | | | | fsck: check tag objects' headersJohannes Schindelin2014-09-11
* | | | | Make sure fsck_commit_buffer() does not run out of the bufferJohannes Schindelin2014-09-11
* | | | | fsck_object(): allow passing object data separately from the object itselfJohannes Schindelin2014-09-10
|/ / / /
* | | | fsck: simplify fsck_commit_buffer() by using commit_list_count()René Scharfe2014-07-10
* | | | Merge branch 'jk/skip-prefix'Junio C Hamano2014-07-09
|\ \ \ \ | |/ / / |/| | |
| * | | refactor skip_prefix to return a booleanJeff King2014-06-20
* | | | commit: record buffer length in cacheJeff King2014-06-13
* | | | use get_commit_buffer everywhereJeff King2014-06-13
|/ / /
* | | Merge branch 'hs/simplify-bit-setting-in-fsck-tree'Junio C Hamano2014-03-31
|\ \ \
| * | | fsck: use bitwise-or assignment operator to set flagHiroyuki Sano2014-03-20
| | |/ | |/|
* | | Merge branch 'ys/fsck-commit-parsing'Junio C Hamano2014-03-28
|\ \ \ | |_|/ |/| |
| * | fsck.c:fsck_commit(): use skip_prefix() to verify and skip constantYuxuan Shui2014-03-19
| * | fsck.c:fsck_ident(): ident points at a const stringYuxuan Shui2014-03-13
| |/
* | date: check date overflow against time_tJeff King2014-02-24
* | fsck: report integer overflow in author timestampsJeff King2014-02-24
|/
* 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