Re: [PATCH 01/12] t4150: am.messageid really adds the message id

2015-07-06 Thread Junio C Hamano
Thanks, both. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 01/12] t4150: am.messageid really adds the message id

2015-07-02 Thread Paolo Bonzini
On 02/07/2015 20:16, Paul Tan wrote: > 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. > > Cc: Paolo Bonzini > Signed-off-by: Paul Tan > --- > t/t4150-am.

[PATCH 01/12] t4150: am.messageid really adds the message id

2015-07-02 Thread Paul Tan
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. Cc: Paolo Bonzini Signed-off-by: Paul Tan --- t/t4150-am.sh | 11 +++ 1 file changed, 11 insertions(+) diff