Documentation: render special characters correctly
commitf0b922473e246f4288669c2ed20a0b4b5d6dec13
authorAndrei Rybak <rybak.a.v@gmail.com>
Thu, 29 Jul 2021 11:02:52 +0000 (29 13:02 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 30 Jul 2021 16:08:12 +0000 (30 09:08 -0700)
treeb2ab103b73d97f20b237b0fb74fcb0da6fa332a7
parentebf3c04b262aa27fbb97f8a0156c2347fecafafb
Documentation: render special characters correctly

Three hyphens are rendered verbatim, so "--" has to be used to produce a
dash.  There is no double arrow ("<->" is rendered as "<→"), so a left
and right arrow "<-->" have to be combined for that.

So fix asciidoc output for special characters.  This is similar to fixes
in commit de82095a95 (doc hash-function-transition: fix asciidoc output,
2021-02-05).

Signed-off-by: Andrei Rybak <rybak.a.v@gmail.com>
Acked-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-fetch.txt
Documentation/gittutorial.txt