Skip to content

Commit 78b6369

Browse files
Linus Arvergitster
authored andcommitted
MyFirstContribution: render literal *
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 <[email protected]> Acked-by: Taylor Blau <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 7556e5d commit 78b6369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/MyFirstContribution.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1164,7 +1164,7 @@ After you run this command, `format-patch` will output the patches to the `psuh/
11641164
directory, alongside the v1 patches. Using a single directory makes it easy to
11651165
refer to the old v1 patches while proofreading the v2 patches, but you will need
11661166
to be careful to send out only the v2 patches. We will use a pattern like
1167-
"psuh/v2-*.patch" (not "psuh/*.patch", which would match v1 and v2 patches).
1167+
`psuh/v2-*.patch` (not `psuh/*.patch`, which would match v1 and v2 patches).
11681168

11691169
Edit your cover letter again. Now is a good time to mention what's different
11701170
between your last version and now, if it's something significant. You do not

0 commit comments

Comments
 (0)