summaryrefslogtreecommitdiff
path: root/Documentation/asciidoc.conf
diff options
context:
space:
mode:
authorJonathan Nieder <jrnieder@gmail.com>2010-08-20 10:23:54 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-08-20 21:16:21 (GMT)
commitf1005987e2c5295f57b19504baa86f1e8fc4a8c2 (patch)
treec9693cace06e530d080da988f310e6758fbba8a5 /Documentation/asciidoc.conf
parent438ded457b6e0d1e615edd593faeeafdc8818fea (diff)
downloadgit-f1005987e2c5295f57b19504baa86f1e8fc4a8c2.zip
git-f1005987e2c5295f57b19504baa86f1e8fc4a8c2.tar.gz
git-f1005987e2c5295f57b19504baa86f1e8fc4a8c2.tar.bz2
Documentation: unbreak regex in show-ref manual
I am not sure why, but the regular expression "(?:\^\{\})" gets rendered by asciidoc as "(?:\{})". The intent seems to be a regex matching the literal string "^{}", so this rewrites the markup to produce "(?:\^{})" as output. Cc: Julian Phillips <julian@quantumfyre.co.uk> Signed-off-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/asciidoc.conf')
-rw-r--r--Documentation/asciidoc.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/asciidoc.conf b/Documentation/asciidoc.conf
index 6be8ba3..b5f0f29 100644
--- a/Documentation/asciidoc.conf
+++ b/Documentation/asciidoc.conf
@@ -16,6 +16,7 @@ plus=&#43;
caret=&#94;
startsb=&#91;
endsb=&#93;
+backslash=&#92;
tilde=&#126;
apostrophe=&#39;
backtick=&#96;