format-patch: append --signature after notes
commit212620fe7e74f6bd4a30a5a39d7c7b3f685ef888
authorJunio C Hamano <gitster@pobox.com>
Thu, 18 Oct 2012 03:48:25 +0000 (17 20:48 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 18 Oct 2012 05:42:40 +0000 (17 22:42 -0700)
tree86c779e0aca23b9a33da3f938c1232b9cd0f9dbf
parent5a664cf2c76ed83166f5f3ce7385e3cb058e8834
format-patch: append --signature after notes

When appending a new signature with "format-patch --signature", if
the "--notes" option is also in effect, the location of the new
signature (and if the signature should be added in the first place)
should be decided using the contents of the original commit log
message, before the message from the notes is added.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
log-tree.c
t/t4014-format-patch.sh