aboutsummaryrefslogtreecommitdiff
path: root/t/t1450-fsck.sh
Commit message (Expand)AuthorAge
* fsck: handle bad trees like other errorsDavid Turner2016-09-27
* fsck: optionally show more helpful info for broken linksJohannes Schindelin2016-07-18
* fsck: detect and warn a commit with embedded NULJunio C Hamano2016-05-10
* fsck: treat a NUL in a tag header as an errorRené Scharfe2015-11-20
* t1450: add tests for NUL in headers of commits and tagsRené Scharfe2015-11-20
* Merge branch 'jc/fsck-dropped-errors'Junio C Hamano2015-10-15
|\
| * fsck: exit with non-zero when problems are foundJunio C Hamano2015-09-23
* | fsck: introduce `git fsck --connectivity-only`Johannes Schindelin2015-06-23
* | fsck: support demoting errors to warningsJohannes Schindelin2015-06-23
* | fsck: report the ID of the error/warningJohannes Schindelin2015-06-23
|/
* Merge branch 'maint'Junio C Hamano2015-01-07
|\
| * Merge branch 'maint-2.1' into maintJunio C Hamano2015-01-07
| |\
| | * Merge branch 'maint-2.0' into maint-2.1Junio C Hamano2015-01-07
| | |\
| | | * Merge branch 'maint-1.8.5' into maint-1.9Junio C Hamano2015-01-07
| | | |\
| | | | * is_hfs_dotgit: loosen over-eager match of \u{..47}Jeff King2014-12-29
* | | | | Merge branch 'js/fsck-tag-validation'Junio C Hamano2014-12-22
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fsck: properly bound "invalid tag name" error messageJeff King2014-12-09
* | | | | Sync with v2.1.4Junio C Hamano2014-12-17
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Sync with v2.0.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
| | | * | t1450: refactor ".", "..", and ".git" fsck testsJeff King2014-12-17
* | | | | Merge branch 'jc/hash-object-fsck-tag'Junio C Hamano2014-09-26
|\ \ \ \ \
| * | | | | t1450: make sure fsck detects a malformed tagger lineJunio C Hamano2014-09-12
| | |_|_|/ | |/| | |
* | | | | Merge branch 'js/fsck-tag-validation'Junio C Hamano2014-09-26
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | Add regression tests for stricter tag fsck'ingJohannes Schindelin2014-09-11
| |/ /
* | | fsck: return non-zero status on missing ref tipsJeff King2014-09-12
* | | fsck: exit with non-zero status upon error from fsck_obj()Jeff King2014-09-10
|/ /
* | 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 'jc/maint-t1450-fsck-order-fix' into maintJunio C Hamano2012-10-17
|\
| * t1450: the order the objects are checked is undefinedJunio C Hamano2012-10-02
* | 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
* | fsck: --no-dangling omits "dangling object" informationJunio C Hamano2012-02-28
|/
* git rev-list: fix invalid typecastClemens Buchacher2012-02-13
* fsck: improve committer/author checkDmitry Ivankov2011-08-11
* fsck: add a few committer name testsDmitry Ivankov2011-08-11
* tests: add missing &&Jonathan Nieder2010-11-09
* t1450 (fsck): remove dangling objectsJonathan Nieder2010-09-09
* fsck: fix bogus commit header checkJonathan Nieder2010-05-28
* fsck: check ident lines in commit objectsJonathan Nieder2010-05-01
* t1450: fix testcases that were wrongly expecting failureThomas Rast2010-02-19
* Test fsck a bit harderThomas Rast2009-02-20
* fsck: check loose objects from alternate object stores by defaultJunio C Hamano2009-01-30
* fsck: HEAD is part of refsJunio C Hamano2009-01-30