summaryrefslogtreecommitdiff
path: root/t/t1450-fsck.sh
AgeCommit message (Expand)Author
2018-08-27Merge branch 'sg/test-must-be-empty'Junio C Hamano
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor
2018-07-23object.c: mark more strings for translationNguyễn Thái Ngọc Duy
2018-05-14t: switch $_z40 to $ZERO_OIDbrian m. carlson
2017-10-06fsck: handle NULL return of lookup_blob() and lookup_tree()René Scharfe
2017-07-28tests: ensure fsck fails on corrupt packfilesJonathan Tan
2017-07-07Merge branch 'js/fsck-name-object'Junio C Hamano
2017-06-28t1450: use egrep for regexp "alternation"Junio C Hamano
2017-04-27t1450: avoid use of "sed" on the index, which is a binary fileJeff Hostetler
2017-04-15read-cache: force_verify_index_checksumJeff Hostetler
2017-01-31Merge branch 'jk/fsck-connectivity-check-fix'Junio C Hamano
2017-01-25t1450: use "mv -f" within loose object directoryJeff King
2017-01-17fsck: do not fallback "git fsck <bogus>" to "git fsck"Jeff King
2017-01-17fsck: tighten error-checks of "git fsck <head>"Jeff King
2017-01-17fsck: prepare dummy objects for --connectivity-checkJeff King
2017-01-17fsck: report trees as danglingJeff King
2017-01-17t1450: clean up sub-objects in duplicate-entry testJeff King
2017-01-15fsck: detect trailing garbage in all object typesJeff King
2017-01-15fsck: parse loose object paths directlyJeff King
2017-01-15t1450: test fsck of packed objectsJeff King
2017-01-15sha1_file: fix error message for alternate objectsJeff King
2017-01-15t1450: refactor loose-object removalJeff King
2016-09-27fsck: handle bad trees like other errorsDavid Turner
2016-07-18fsck: optionally show more helpful info for broken linksJohannes Schindelin
2016-05-10fsck: detect and warn a commit with embedded NULJunio C Hamano
2015-11-20fsck: treat a NUL in a tag header as an errorRené Scharfe
2015-11-20t1450: add tests for NUL in headers of commits and tagsRené Scharfe
2015-10-15Merge branch 'jc/fsck-dropped-errors'Junio C Hamano
2015-09-23fsck: exit with non-zero when problems are foundJunio C Hamano
2015-06-23fsck: introduce `git fsck --connectivity-only`Johannes Schindelin
2015-06-23fsck: support demoting errors to warningsJohannes Schindelin
2015-06-23fsck: report the ID of the error/warningJohannes Schindelin
2015-01-07Merge branch 'maint'Junio C Hamano
2015-01-07Merge branch 'maint-2.1' into maintJunio C Hamano
2015-01-07Merge branch 'maint-2.0' into maint-2.1Junio C Hamano
2015-01-07Merge branch 'maint-1.8.5' into maint-1.9Junio C Hamano
2014-12-29is_hfs_dotgit: loosen over-eager match of \u{..47}Jeff King
2014-12-22Merge branch 'js/fsck-tag-validation'Junio C Hamano
2014-12-17Sync with v2.1.4Junio C Hamano
2014-12-17Sync with v2.0.5Junio C Hamano
2014-12-17Sync with v1.8.5.6Junio C Hamano
2014-12-17fsck: complain about NTFS ".git" aliases in treesJohannes Schindelin
2014-12-17fsck: complain about HFS+ ".git" aliases in treesJeff King
2014-12-17fsck: notice .git case-insensitivelyJeff King
2014-12-17t1450: refactor ".", "..", and ".git" fsck testsJeff King
2014-12-09fsck: properly bound "invalid tag name" error messageJeff King
2014-09-26Merge branch 'jc/hash-object-fsck-tag'Junio C Hamano
2014-09-26Merge branch 'js/fsck-tag-validation'Junio C Hamano
2014-09-12t1450: make sure fsck detects a malformed tagger lineJunio C Hamano
2014-09-12fsck: return non-zero status on missing ref tipsJeff King