]> git.ipfire.org Git - thirdparty/git.git/commit
gitmailmap.txt: fix rendering of e-mail addresses
authorMartin Ågren <martin.agren@gmail.com>
Wed, 17 Feb 2021 19:56:06 +0000 (20:56 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 18 Feb 2021 18:53:33 +0000 (10:53 -0800)
commitf89f46b704c168657e80a8d4097aa7f858f58081
tree1e994bcde67105e48d6bc1379a0ea7e8e478daea
parent83171ede2229b71ef46cd4d2f800c1eef27cc511
gitmailmap.txt: fix rendering of e-mail addresses

Both AsciiDoc and Asciidoctor are eager to pick up the e-mail addresses
in this document and turn them into references at the bottom of the
manpage / clickable links. We don't really need that for these dummy
addresses. Spell "@" as "&#64;" to make them not do this. In the open
block, we can instead avoid this by indenting the contents, similar to
the earlier blocks.

Fix a backtick which should have been a single quote mark. With all the
quoting that is going on around here, this mistake trips up the parsing
and rendering quite a bit.

Before this commit, we have the same failure mode with AsciiDoc 8.6.10
and Asciidoctor 1.5.5, and this change makes both of them happy.

Signed-off-by: Martin Ågren <martin.agren@gmail.com>
Acked-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/gitmailmap.txt