Skip to content

Commit 84c3dfd

Browse files
committed
Merge branch 'jk/revisions-doc-markup-fix' into maint
Documentation mark-up fix. source: <[email protected]> * jk/revisions-doc-markup-fix: revisions.txt: escape "..." to avoid asciidoc horizontal ellipsis
2 parents 2c915bb + 5fd9d17 commit 84c3dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/revisions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ The '..' (two-dot) Range Notation::
283283
for commits that are reachable from r2 excluding those that are reachable
284284
from r1 by '{caret}r1 r2' and it can be written as 'r1..r2'.
285285

286-
The '...' (three-dot) Symmetric Difference Notation::
286+
The '\...' (three-dot) Symmetric Difference Notation::
287287
A similar notation 'r1\...r2' is called symmetric difference
288288
of 'r1' and 'r2' and is defined as
289289
'r1 r2 --not $(git merge-base --all r1 r2)'.

0 commit comments

Comments
 (0)