Merge branch 'js/sign-empty-commit-fix'
commitc510926691f7aa62248fa3757dea826874153b1d
authorJunio C Hamano <gitster@pobox.com>
Wed, 13 Jul 2016 18:24:14 +0000 (13 11:24 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 Jul 2016 18:24:15 +0000 (13 11:24 -0700)
tree9c511b96e3f4461d30f486649e5851eb61e8d1da
parentce18123cec7674b58bb57272fdfa28de6ecc6b18
parent3324dd8f267cb59cdd42ac33727b6844921d5017
Merge branch 'js/sign-empty-commit-fix'

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