Re: [PATCHv2] git-send-email: allow re-editing of message

2018-05-05 Thread Junio C Hamano
Drew DeVault writes: > When shown the email summary, an opportunity is presented for the user > to edit the email as if they had specified --annotate. This also permits > them to edit it multiple times. > > Signed-off-by: Drew DeVault > Reviewed-by: Simon Ser > > --- > Thanks for the review Eri

[PATCHv2] git-send-email: allow re-editing of message

2018-05-04 Thread Drew DeVault
When shown the email summary, an opportunity is presented for the user to edit the email as if they had specified --annotate. This also permits them to edit it multiple times. Signed-off-by: Drew DeVault Reviewed-by: Simon Ser --- Thanks for the review Eric, updated to address your feedback.