Automatically filling in git send-email arguments based on an existing e-mail

2013-10-02 Thread Matthijs Kooijman
Hi folks, sometimes when I send a patch, I want to reply it to an existing e-mail, using pretty much the same recipient list. Currently, I have to: - copy-paste the message id for --in-reply-to header - copy one address for --to - copy the other addresses for the --cc's Since I can't just

Re: Automatically filling in git send-email arguments based on an existing e-mail

2013-10-02 Thread John Keeping
On Wed, Oct 02, 2013 at 10:25:25AM +0200, Matthijs Kooijman wrote: sometimes when I send a patch, I want to reply it to an existing e-mail, using pretty much the same recipient list. Currently, I have to: - copy-paste the message id for --in-reply-to header - copy one address for --to -