]> Kevux Git Server - rit/commit
doc: git-config: escape erroneous highlight markup
authorTuomas Ahola <taahol@utu.fi>
Thu, 11 Jun 2026 16:19:46 +0000 (19:19 +0300)
committerJunio C Hamano <gitster@pobox.com>
Thu, 11 Jun 2026 19:08:17 +0000 (12:08 -0700)
commit4fa2c6e0457c5d00742f0cebded4f122f1dcd81a
tree0956cedca1cef7eccf0c7165d39d605bfa366b26
parent042221cccb3e750005f2b7f7002d3637662cb9c6
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>
Documentation/git-config.adoc