aboutsummaryrefslogtreecommitdiff
path: root/t/t1450-fsck.sh
Commit message (Expand)AuthorAge
* fsck: handle NULL return of lookup_blob() and lookup_tree()René Scharfe2017-10-06
* tests: ensure fsck fails on corrupt packfilesJonathan Tan2017-07-28
* Merge branch 'js/fsck-name-object'Junio C Hamano2017-07-06
|\
| * t1450: use egrep for regexp "alternation"Junio C Hamano2017-06-28
* | t1450: avoid use of "sed" on the index, which is a binary fileJeff Hostetler2017-04-27
* | read-cache: force_verify_index_checksumJeff Hostetler2017-04-15
* | Merge branch 'jk/fsck-connectivity-check-fix'Junio C Hamano2017-01-31
|\ \
| * | t1450: use "mv -f" within loose object directoryJeff King2017-01-25
| * | fsck: do not fallback "git fsck <bogus>" to "git fsck"Jeff King2017-01-17
| * | fsck: tighten error-checks of "git fsck <head>"Jeff King2017-01-17
| * | fsck: prepare dummy objects for --connectivity-checkJeff King2017-01-17
| * | fsck: report trees as danglingJeff King2017-01-17
| * | t1450: clean up sub-objects in duplicate-entry testJeff King2017-01-17
* | | fsck: detect trailing garbage in all object typesJeff King2017-01-15
* | | fsck: parse loose object paths directlyJeff King2017-01-15
* | | t1450: test fsck of packed objectsJeff King2017-01-15
* | | sha1_file: fix error message for alternate objectsJeff King2017-01-15
* | | t1450: refactor loose-object removalJeff King2017-01-15
|/ /
* | 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