aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Arver <linusa@google.com>2024-04-18 21:52:01 +0000
committerJunio C Hamano <gitster@pobox.com>2024-04-18 14:55:10 -0700
commitc8d6a54a073a179a1178fd17332dc51accbaff18 (patch)
treeee5e81022232f569537b7f7e6266de0f785f4fe4
parent84b91fc465a869cfb30084dca1831e432461e18a (diff)
downloadgit-c8d6a54a073a179a1178fd17332dc51accbaff18.tar.gz
SubmittingPatches: quote commands
Signed-off-by: Linus Arver <linusa@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/SubmittingPatches2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches
index 26055a1fe2..6b9e954a47 100644
--- a/Documentation/SubmittingPatches
+++ b/Documentation/SubmittingPatches
@@ -403,7 +403,7 @@ Before sending any patches, please note that patches that may be
security relevant should be submitted privately to the Git Security
mailing list{security-ml}, instead of the public mailing list.
-Learn to use format-patch and send-email if possible. These commands
+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
type e-mails) might render your patches unusable.