diff options
author | Junio C Hamano <junkio@cox.net> | 2006-10-02 22:52:57 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-10-03 01:04:19 -0700 |
commit | 54bd25580e227c15a5f1a2b01be794b65e434665 (patch) | |
tree | 337a64087d635907d09d2ea49d0ccce6a8db68b8 /Documentation/asciidoc.conf | |
parent | b599deec18719379167c639613379abb9205e065 (diff) | |
download | git-54bd25580e227c15a5f1a2b01be794b65e434665.tar.gz |
escape tilde in Documentation/git-rev-parse.txt
Fixes a failure to build the git-rev-parse manpage, seen with
asciidoc 8.0.0
We would love to use nicer quoting $$~$$ but alas asciidoc 7
does not know about it. So use asciidoc.conf and define {tilde}
to be ~.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Acked-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to 'Documentation/asciidoc.conf')
-rw-r--r-- | Documentation/asciidoc.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/asciidoc.conf b/Documentation/asciidoc.conf index 8196d787ab..44b1ce4c6b 100644 --- a/Documentation/asciidoc.conf +++ b/Documentation/asciidoc.conf @@ -11,6 +11,7 @@ caret=^ startsb=[ endsb=] +tilde=~ ifdef::backend-docbook[] [gitlink-inlinemacro] |