On Wed, Mar 26, 2008 at 05:33:10AM -0400, Jeff King 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 Since it looks like you are using mutt also, I will warn you that there is a problem with this workflow: when mutt does the resend, it generates a new message-id. Thus the patches are all connected in a thread because they all in-reply-to the cover letter, but the cover letter is not connected, since it has a new message-id. I'm not sure if there is a way to fix this short of patching mutt. :( -Peff -- 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