]> git.ipfire.org Git - thirdparty/git.git/commitdiff
MyFirstContribution: render literal *
authorLinus Arver <linusa@google.com>
Wed, 5 Apr 2023 02:28:29 +0000 (02:28 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 6 Apr 2023 22:03:18 +0000 (15:03 -0700)
The HTML version of MyFirstContribution [1] does not render the
asterisks (*) meant to be typed in as glob patterns by the user, because
they are being interpreted as bold text delimiters.

[1]: Search for "pattern" in
https://git-scm.com/docs/MyFirstContribution#v2-git-send-email

Signed-off-by: Linus Arver <linusa@google.com>
Acked-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/MyFirstContribution.txt

index 1a4be8ee0adde5db48e5f53a8fe79dd17036b270..74150349e7aa85532ee11ff88a96d2c9f30acb76 100644 (file)
@@ -1164,7 +1164,7 @@ After you run this command, `format-patch` will output the patches to the `psuh/
 directory, alongside the v1 patches. Using a single directory makes it easy to
 refer to the old v1 patches while proofreading the v2 patches, but you will need
 to be careful to send out only the v2 patches. We will use a pattern like
-"psuh/v2-*.patch" (not "psuh/*.patch", which would match v1 and v2 patches).
+`psuh/v2-*.patch` (not `psuh/*.patch`, which would match v1 and v2 patches).
 
 Edit your cover letter again. Now is a good time to mention what's different
 between your last version and now, if it's something significant. You do not