summaryrefslogtreecommitdiff
path: root/t/t1450-fsck.sh
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/fsck-connectivity-check-fix'Junio C Hamano2017-01-311-3/+73
|\
| * t1450: use "mv -f" within loose object directoryJeff King2017-01-251-1/+1
| * fsck: do not fallback "git fsck <bogus>" to "git fsck"Jeff King2017-01-171-0/+11
| * fsck: tighten error-checks of "git fsck <head>"Jeff King2017-01-171-0/+5
| * fsck: prepare dummy objects for --connectivity-checkJeff King2017-01-171-2/+27
| * fsck: report trees as danglingJeff King2017-01-171-0/+27
| * t1450: clean up sub-objects in duplicate-entry testJeff King2017-01-171-1/+3
* | fsck: detect trailing garbage in all object typesJeff King2017-01-151-0/+22
* | fsck: parse loose object paths directlyJeff King2017-01-151-0/+16
* | t1450: test fsck of packed objectsJeff King2017-01-151-0/+21
* | sha1_file: fix error message for alternate objectsJeff King2017-01-151-0/+10
* | t1450: refactor loose-object removalJeff King2017-01-151-12/+5
|/
* fsck: handle bad trees like other errorsdt/tree-fsckDavid Turner2016-09-271-2/+14
* fsck: optionally show more helpful info for broken linksJohannes Schindelin2016-07-181-0/+22
* fsck: detect and warn a commit with embedded NULjc/fsck-nul-in-commitJunio C Hamano2016-05-101-0/+18
* fsck: treat a NUL in a tag header as an errorRené Scharfe2015-11-201-1/+1
* t1450: add tests for NUL in headers of commits and tagsRené Scharfe2015-11-201-0/+32
* Merge branch 'jc/fsck-dropped-errors'Junio C Hamano2015-10-151-1/+21
|\
| * fsck: exit with non-zero when problems are foundjc/fsck-dropped-errorsJunio C Hamano2015-09-231-1/+21
* | fsck: introduce `git fsck --connectivity-only`Johannes Schindelin2015-06-231-0/+22
* | fsck: support demoting errors to warningsJohannes Schindelin2015-06-231-0/+11
* | fsck: report the ID of the error/warningJohannes Schindelin2015-06-231-2/+2
|/
* Merge branch 'maint'Junio C Hamano2015-01-071-0/+15
|\
| * Merge branch 'maint-2.1' into maintJunio C Hamano2015-01-071-0/+15
| |\
| | * Merge branch 'maint-2.0' into maint-2.1maint-2.1Junio C Hamano2015-01-071-0/+15
| | |\
| | | * Merge branch 'maint-1.8.5' into maint-1.9maint-1.9Junio C Hamano2015-01-071-0/+15
| | | |\
| | | | * is_hfs_dotgit: loosen over-eager match of \u{..47}jk/dotgit-case-maint-1.8.5dotgit-case-maint-1.8.5Jeff King2014-12-291-0/+15
* | | | | Merge branch 'js/fsck-tag-validation'Junio C Hamano2014-12-221-2/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fsck: properly bound "invalid tag name" error messageJeff King2014-12-091-2/+6
* | | | | Sync with v2.1.4Junio C Hamano2014-12-171-30/+35
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Sync with v2.0.5Junio C Hamano2014-12-171-30/+35
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Sync with v1.8.5.6Junio C Hamano2014-12-171-30/+35
| | |\ \ \ | | | | |/ | | | |/|
| | | * | fsck: complain about NTFS ".git" aliases in treesJohannes Schindelin2014-12-171-2/+7
| | | * | fsck: complain about HFS+ ".git" aliases in treesJeff King2014-12-171-3/+5
| | | * | fsck: notice .git case-insensitivelyJeff King2014-12-171-0/+1
| | | * | t1450: refactor ".", "..", and ".git" fsck testsJeff King2014-12-171-30/+27
* | | | | Merge branch 'jc/hash-object-fsck-tag'Junio C Hamano2014-09-261-0/+19
|\ \ \ \ \
| * | | | | t1450: make sure fsck detects a malformed tagger linejc/hash-object-fsck-tagJunio C Hamano2014-09-121-0/+19
| | |_|_|/ | |/| | |
* | | | | Merge branch 'js/fsck-tag-validation'Junio C Hamano2014-09-261-0/+19
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | Add regression tests for stricter tag fsck'ingJohannes Schindelin2014-09-111-0/+19
| |/ /
* | | fsck: return non-zero status on missing ref tipsjk/fsck-exit-code-fixJeff King2014-09-121-0/+56
* | | fsck: exit with non-zero status upon error from fsck_obj()Jeff King2014-09-101-6/+26
|/ /
* | fsck: report integer overflow in author timestampsJeff King2014-02-241-0/+14
|/
* fsck: warn about ".git" in treesJeff King2012-11-281-0/+15
* fsck: warn about '.' and '..' in treesJeff King2012-11-281-0/+16
* Merge branch 'jc/maint-t1450-fsck-order-fix' into maintJunio C Hamano2012-10-171-3/+1
|\
| * t1450: the order the objects are checked is undefinedJunio C Hamano2012-10-021-3/+1
* | Merge branch 'jk/maint-null-in-trees' into maint-1.7.11Junio C Hamano2012-09-101-0/+26
|\ \ | |/ |/|
| * fsck: detect null sha1 in tree entriesJeff King2012-07-291-0/+26
* | fsck: --no-dangling omits "dangling object" informationcb/fsck-squelch-danglingJunio C Hamano2012-02-281-5/+1
|/