Merge branch 'dt/fsck-verify-pack-error' into maint
authorJunio C Hamano <gitster@pobox.com>
Tue, 15 Dec 2015 17:42:16 +0000 (09:42 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 15 Dec 2015 17:42:20 +0000 (09:42 -0800)
The exit code of git-fsck didnot reflect some types of errors found
in packed objects, which has been corrected.

* dt/fsck-verify-pack-error:
verify_pack: do not ignore return value of verification function

Trivial merge