Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1263761 > unrolled thread

[PATCH 2/3] Documentation: Add note on sending files directly with Mutt

Started byEddie Kovsky <ewk@edkovsky.org>
First post2015-11-06 07:30 +0100
Last post2015-11-06 07:30 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH 2/3] Documentation: Add note on sending files directly with  Mutt Eddie Kovsky <ewk@edkovsky.org> - 2015-11-06 07:30 +0100

#1263761 — [PATCH 2/3] Documentation: Add note on sending files directly with Mutt

FromEddie Kovsky <ewk@edkovsky.org>
Date2015-11-06 07:30 +0100
Subject[PATCH 2/3] Documentation: Add note on sending files directly with Mutt
Message-ID<qrIH7-S8-5@gated-at.bofh.it>
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>
---
 Documentation/email-clients.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Documentation/email-clients.txt b/Documentation/email-clients.txt
index ca38031c4762..d11c20b0e897 100644
--- a/Documentation/email-clients.txt
+++ b/Documentation/email-clients.txt
@@ -176,6 +176,10 @@ To use 'vim' with mutt:
 if you want to include the patch inline.
 (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:
 It should work with default settings.
 However, it's a good idea to set the "send_charset" to:
-- 
2.6.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web