Merge branch 'jc/fsck-nul-in-commit'
commit6bfb7de89e32117a59cbafdb2dfeeac633121df0
authorJunio C Hamano <gitster@pobox.com>
Tue, 17 May 2016 21:38:34 +0000 (17 14:38 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 May 2016 21:38:34 +0000 (17 14:38 -0700)
treed5cbac10b25afbff1e74d2ad17c3818d44e2f2e7
parentef687dbd9da6e44ffcfeef3216b531d22d5e43d4
parent6d2d780f6359df424a625a51f09da80ab6dc1ef8
Merge branch 'jc/fsck-nul-in-commit'

"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
fsck.c