On Mon, Apr 15, 2013 at 11:24:21AM +0200, Matthieu Moy wrote:
Thomas Rast [off-list ref] writes:
quoted
* Allow git send-email --cc 'foo@example.com, bar@example.com' instead
of git send-email --cc foo@example.com --cc bar@example.com
That would be really nice. Bonus points if it handles continuation
lines etc. correctly, so that it's even easier to paste.
Added to the wiki too.
As an extension to this, it would be really nice if I could say "git
send-email --reply-to <file>", feeding it an existing message. This
would set "To" and "Cc" appropriately but also quote the existing
message for me to reply to, either into the cover letter or after the
"---" in the patch (it's probably an error if there's no cover letter
and more than one patch in this mode).