t4150: am.messageid really adds the message id
commit8528bf4b89650dc7312ae48f32dac3f1c7ab9a65
authorPaul Tan <pyokagan@gmail.com>
Tue, 7 Jul 2015 14:08:23 +0000 (7 22:08 +0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 7 Jul 2015 18:04:20 +0000 (7 11:04 -0700)
tree6f5bea678b66a4132b7f775dd794d04fd9f1b144
parentcbed29f37b690e0a497bd2b6ca9a5bdd7e6ea5aa
t4150: am.messageid really adds the message id

Since a078f73 (git-am: add --message-id/--no-message-id, 2014-11-25),
the am.messageid setting determines whether the --message-id option is
set by default.

Add a test for this.

Signed-off-by: Paul Tan <pyokagan@gmail.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4150-am.sh