doc: git-config: escape erroneous highlight markup

Paired octothorpes are used in AsciiDoc to mark highlighted text, <mark> being the equivalent HTML tag. To use the symbol as a literal character, it can be escaped with backticks. Do so in git-config.adoc. While at it, tweak the text slightly to make it scan better. Signed-off-by: Tuomas Ahola <taahol@utu.fi> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Tuomas Ahola committed Jun 11, 2026 at 19:19 UTC 4fa2c6e0457c5d00742f0cebded4f122f1dcd81a
1 file changed +3 -3
Documentation/git-config.adoc
+3 -3
@@ -119,10 +119,10 @@ OPTIONS
119 Append a comment at the end of new or modified lines.
120 +
121 If _<message>_ begins with one or more whitespaces followed
122 -by "#", it is used as-is. If it begins with "#", a space is
123 -prepended before it is used. Otherwise, a string " # " (a
122 +by `#`, it is used as-is. If it begins with `#`, a space is
123 +prepended before it is used. Otherwise, a string `" # "` (a
124 space followed by a hash followed by a space) is prepended
125 -to it. And the resulting string is placed immediately after
125 +to it. The resulting string is placed immediately after
126 the value defined for the variable. The _<message>_ must
127 not contain linefeed characters (no multi-line comments are
128 permitted).