From bf966145419f46b9370558c89428ac89e3fdc9dc Mon Sep 17 00:00:00 2001 From: Linus Arver Date: Thu, 18 Apr 2024 21:52:04 +0000 Subject: [PATCH] SubmittingPatches: add heading for format-patch and send-email Signed-off-by: Linus Arver Signed-off-by: Junio C Hamano --- Documentation/SubmittingPatches | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches index dd248513a5..ef3985459a 100644 --- a/Documentation/SubmittingPatches +++ b/Documentation/SubmittingPatches @@ -430,6 +430,8 @@ Do not forget to add trailers such as `Acked-by:`, `Reviewed-by:` and `Tested-by:` lines as necessary to credit people who helped your patch, and "cc:" them when sending such a final version for inclusion. +==== `format-patch` and `send-email` + Learn to use `format-patch` and `send-email` if possible. These commands are optimized for the workflow of sending patches, avoiding many ways your existing e-mail client (often optimized for "multipart/*" MIME -- 2.11.4.GIT