show-ref doc: fix carets in monospace
commit18c4aac0dd33eca76607b54d347932d6ec655056
authorMartin Ågren <martin.agren@gmail.com>
Wed, 16 Aug 2023 14:24:35 +0000 (16 16:24 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 16 Aug 2023 18:40:10 +0000 (16 11:40 -0700)
treed57f0305eb933613904c6c6c47da1be10f0870a0
parent51f9d2e56306deeb547c7d62e46598df2d285fe3
show-ref doc: fix carets in monospace

When commit 00bf685975 (show-ref doc: update for internal consistency,
2023-05-19) switched from double quotes to backticks around our {caret}
macro, we started rendering "{caret}" literally. Fix this by replacing
by a "^" character.

Signed-off-by: Martin Ågren <martin.agren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-show-ref.txt