From: Tuomas Ahola Date: Thu, 11 Jun 2026 16:19:46 +0000 (+0300) Subject: doc: git-config: escape erroneous highlight markup X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4fa2c6e0457c5d00742f0cebded4f122f1dcd81a;p=thirdparty%2Fgit.git doc: git-config: escape erroneous highlight markup Paired octothorpes are used in AsciiDoc to mark highlighted text, 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 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-config.adoc b/Documentation/git-config.adoc index 8439ce97df..57af010ade 100644 --- a/Documentation/git-config.adoc +++ b/Documentation/git-config.adoc @@ -119,10 +119,10 @@ OPTIONS Append a comment at the end of new or modified lines. + If __ begins with one or more whitespaces followed -by "#", it is used as-is. If it begins with "#", a space is -prepended before it is used. Otherwise, a string " # " (a +by `#`, it is used as-is. If it begins with `#`, a space is +prepended before it is used. Otherwise, a string `" # "` (a space followed by a hash followed by a space) is prepended -to it. And the resulting string is placed immediately after +to it. The resulting string is placed immediately after the value defined for the variable. The __ must not contain linefeed characters (no multi-line comments are permitted).