]> git.ipfire.org Git - thirdparty/git.git/commit
git-svn.txt: drop escaping '\' that ends up being rendered
authorMartin Ågren <martin.agren@gmail.com>
Wed, 6 Mar 2019 06:30:17 +0000 (07:30 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Mar 2019 00:25:32 +0000 (09:25 +0900)
commit4c8b882ada9e2a4cfa8c97087ed91601c8b0286e
treea005b593cf5e03ebb6559447083ad7c13b1df553
parent837f01bd45ed9f41036f17b83c7877d45894c109
git-svn.txt: drop escaping '\' that ends up being rendered

Escaping two *'s as "\*\*" apparently makes Asciidoctor render the
second backslash literally, so we end up with "*\*". So let's not escape
that second asterisk. The result is now "**" as intended, both in
AsciiDoc and Asciidoctor.

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