Work around em-dash handling in newer AsciiDoc
commit2839478774f48074d7d87b8a9838827742a5b058
authorJunio C Hamano <gitster@pobox.com>
Mon, 23 Aug 2010 21:20:25 +0000 (23 14:20 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 24 Aug 2010 16:48:20 +0000 (24 09:48 -0700)
treef883af92b0d36789220ea5e38c128be66edf099b
parent22e5e58a3c75b73764b860907e4d871195f276ac
Work around em-dash handling in newer AsciiDoc

Older versions of AsciiDoc used to literally pass double dashes when we
used them in our linkgit macros and manpage titles, but newer ones (the
issue was first reported with AsciiDoc 8.5.2) turn them into em dashes.

Define litdd (literal double-dash) custom attribute in asciidoc.conf to
work this around.  While we are at it, fix a few double-dashes (e.g. the
description of "project--devo--version" convention used by tla, among
other things) that used to be incorrectly written as em dashes in the body
text to also use this attribute.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/asciidoc.conf
Documentation/git-add.txt
Documentation/git-archimport.txt
Documentation/git-help.txt
Documentation/git-instaweb.txt
Documentation/git-mergetool--lib.txt
Documentation/git-web--browse.txt