Merge branch 'js/sign-empty-commit-fix'
authorJunio C Hamano <gitster@pobox.com>
Wed, 13 Jul 2016 18:24:14 +0000 (11:24 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 Jul 2016 18:24:15 +0000 (11:24 -0700)
"git commit --amend --allow-empty-message -S" for a commit without
any message body could have misidentified where the header of the
commit object ends.

* js/sign-empty-commit-fix:
commit -S: avoid invalid pointer with empty message

1  2 
commit.c
diff --cc commit.c
Simple merge