Merge branch 'js/sign-empty-commit-fix' into maint
commit475495ff5e071c895dca772cb59e277ceff84d84
authorJunio C Hamano <gitster@pobox.com>
Thu, 28 Jul 2016 18:25:53 +0000 (28 11:25 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 28 Jul 2016 18:25:53 +0000 (28 11:25 -0700)
tree47d32127a04df73476f67776e81dca6f4f84ff4e
parentae8daba6019fba266ba7afd88aa642bf6994fe2c
parent3324dd8f267cb59cdd42ac33727b6844921d5017
Merge branch 'js/sign-empty-commit-fix' into maint

"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