Re: [PATCH v2] Add support for usbfs zerocopy.

From: BjÃrn Mork
Date: Thu Feb 04 2016 - 05:20:00 EST


"Steinar H. Gunderson" <sesse@xxxxxxxxxx> writes:
> On Thu, Feb 04, 2016 at 12:15:50AM +0200, Felipe Balbi wrote:
>>> Since I've now been bitten by this several times: Is there any sort of best
>>> practice for integrating git with MUAs? What I'm doing right now is
>>> cut-and-paste from mutt to get the to/cc/in-reply-to headers right, and
>>> that's suboptimal. It feels like it should be a FAQ, but I can't really find
>>> anything obvious.
>> have you tried git send-email ? If you wanna send as a reply to another
>> message, use:
>>
>> $ git send-email --to foo@xxxxxxx --cc bar@xxxxxxx --in-reply-to=abcd-message-id@xxxxxxxxxxx
>
> Unfortunately that doesn't change anything; I still need to cut-and-paste the
> to, cc and in-reply-to manually. What I'd want is something like
> âgit send-email as a reply to the last email in my outboxâ.
>
> Attaching the patch gives me exactly this, by the way, but seemingly ends up
> with a format that's more cumbersome to receive (which is a bad tradeoff).

Then use Mutt to reply, but include the patch inline instead of
attaching it. I believe this is discussed in the Mutt section of
Documentation/email-clients.txt



BjÃrn