aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-07-11 15:38:49 -0700
committerJunio C Hamano <gitster@pobox.com>2022-07-11 15:38:49 -0700
commit96730964f88b4c97ba0225aaad1d585d7fecc182 (patch)
treea2f992557f4eb3cdcbe4a3ffb4ff12b2c9294791 /Documentation
parenta2d1f00bdd79e3059e6a819c0f65e8071e39dac8 (diff)
parent5fd9d1738e0f2a38e30141faf18f566d4c6e9c05 (diff)
downloadgit-96730964f88b4c97ba0225aaad1d585d7fecc182.tar.xz
Merge branch 'jk/revisions-doc-markup-fix'
Documentation mark-up fix. * jk/revisions-doc-markup-fix: revisions.txt: escape "..." to avoid asciidoc horizontal ellipsis
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/revisions.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/revisions.txt b/Documentation/revisions.txt
index f5f17b65a1..cef8c3c66f 100644
--- a/Documentation/revisions.txt
+++ b/Documentation/revisions.txt
@@ -283,7 +283,7 @@ The '..' (two-dot) Range Notation::
for commits that are reachable from r2 excluding those that are reachable
from r1 by '{caret}r1 r2' and it can be written as 'r1..r2'.
-The '...' (three-dot) Symmetric Difference Notation::
+The '\...' (three-dot) Symmetric Difference Notation::
A similar notation 'r1\...r2' is called symmetric difference
of 'r1' and 'r2' and is defined as
'r1 r2 --not $(git merge-base --all r1 r2)'.