Hello, With the current send-email command, you can send a series of patches "in reply to" an email. This patch adds a new option to `git send-email`, `--quote-mail=<file>`, to quote an email in the cover letter in your series of patches. The "To", "Cc" and "Subject" fields will be filled appropriately and the message given quoted in the cover letter for the series of patches. In this first patch, the new option `--quote-mail=<file>` needs an email file and does not manage accents. There is still work in progress, including: 1. An option `--quote-mail-id=<message-id>` to download the message from any source, e.g. http://mid.gmane.org/<message-id>/raw. The server's address could be set in the repo's config file. 2. The proper documentation for `--quote-mail=<file>` and `--quote-mail-id=<message-id>` as soon as their definitive behavior is approved by the community. 3. The code to parse the email headers is currently duplicated several times, we should refactor it to help maintaining the code. 4. More tests on the features described above. git-send-email.perl | 99 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- t/t9001-send-email.sh | 43 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 141 insertions(+), 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html