Merge branch 'jc/fsck-nul-in-commit' into maint
authorJunio C Hamano <gitster@pobox.com>
Thu, 26 May 2016 20:17:24 +0000 (13:17 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 26 May 2016 20:17:24 +0000 (13:17 -0700)
"git fsck" learned to catch NUL byte in a commit object as
potential error and warn.

* jc/fsck-nul-in-commit:
fsck: detect and warn a commit with embedded NUL
fsck_commit_buffer(): do not special case the last validation

Trivial merge