aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/asciidoc.conf
diff options
context:
space:
mode:
authorJonathan Nieder <jrnieder@gmail.com>2010-08-20 05:21:53 -0500
committerJunio C Hamano <gitster@pobox.com>2010-08-20 14:16:21 -0700
commit438ded457b6e0d1e615edd593faeeafdc8818fea (patch)
tree8fc1f8c3e183113b0eff8e26579d317d8dbca309 /Documentation/asciidoc.conf
parente860795d8a4556114a11224da246e127cbee5807 (diff)
downloadgit-438ded457b6e0d1e615edd593faeeafdc8818fea.tar.gz
Documentation: quoting trouble in "git rm" discussion
The current output (with Asciidoc 8.5.2) seems a bit broken: given two directories ‘d` and d2, there is a difference between using git rm 'd*’ and ‘git rm 'd/\*\’`, as the former will also remove all of directory d2. In other words, the markup parses as given two directories << d` and _d2_, there is a difference between using _git rm 'd* >>_ and << git rm 'd/\*\ >> `. I suspect there is an asciidoc bug involved (why is ' a candidate closing-quote mark when it is preceded by a backslash?) but with all the meanings of ` and ' involved I do not want to track it down. Better to use unambiguous {asterisk} and {apostrophe} entities. 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 87a90f2c3f..6be8ba3250 100644
--- a/Documentation/asciidoc.conf
+++ b/Documentation/asciidoc.conf
@@ -17,6 +17,7 @@ caret=&#94;
startsb=&#91;
endsb=&#93;
tilde=&#126;
+apostrophe=&#39;
backtick=&#96;
ifdef::backend-docbook[]