Documentation: Add note on sending files directly with Mutt
Like 'git send-email', Mutt can also be used to send patches generated with 'git format-patch'. This works regardless of the editor the contributor has set up to use with Mutt. Signed-off-by: Eddie Kovsky <ewk@edkovsky.org> Reviewed-by: Darren Hart <dvhart@infradead.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
parent
0214503c5b
commit
803cfe2635
|
@ -176,6 +176,10 @@ To use 'vim' with mutt:
|
||||||
if you want to include the patch inline.
|
if you want to include the patch inline.
|
||||||
(a)ttach works fine without "set paste".
|
(a)ttach works fine without "set paste".
|
||||||
|
|
||||||
|
You can also generate patches with 'git format-patch' and then use Mutt
|
||||||
|
to send them:
|
||||||
|
$ mutt -H 0001-some-bug-fix.patch
|
||||||
|
|
||||||
Config options:
|
Config options:
|
||||||
It should work with default settings.
|
It should work with default settings.
|
||||||
However, it's a good idea to set the "send_charset" to:
|
However, it's a good idea to set the "send_charset" to:
|
||||||
|
|
Loading…
Reference in New Issue