commit | 54bd25580e227c15a5f1a2b01be794b65e434665 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Mon Oct 02 22:52:57 2006 -0700 |
committer | Junio C Hamano <junkio@cox.net> | Tue Oct 03 01:04:19 2006 -0700 |
tree | 337a64087d635907d09d2ea49d0ccce6a8db68b8 | |
parent | b599deec18719379167c639613379abb9205e065 [diff] |
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>