On Wed, Mar 26, 2008 at 11:23:03AM +0200, Teemu Likonen wrote:
No, I have format-patch do the threading. So something like:
git format-patch --cover-letter --thread --stdout upstream >mbox
mutt -f mbox
and then in mutt I bind a key to <resend-message>. For each message, I
do the 'resend', set the recipient headers, look it over one last time,
and then send. The most annoying part is entering the recipients;
usually it isn't too bad because I have short aliases for Junio and the
list, but I had to, e.g., cut and paste your address twice for the other
series.
Probably munging the 'to:' and 'cc:' before running mutt would make the
most sense, but I haven't gotten around to it yet.
OK, I am inclined to leave the patches as-is, then, and wait for
somebody to complain about their pet encoding. My reasoning is that:
- in most cases throughout git, we assume things are happening in
utf-8, so I don't think it will come as a great surprise
- I think doing it right might be more complex than just send-mail; I
am thinking there might need to be a "stuff the user inputs is in
encoding X" config option. And I don't want to do the work. :)
No problem at all. Thank you for helping make git better with bug
reports!
-Peff
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html