We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c915bb + 5fd9d17 commit 84c3dfdCopy full SHA for 84c3dfd
Documentation/revisions.txt
@@ -283,7 +283,7 @@ The '..' (two-dot) Range Notation::
283
for commits that are reachable from r2 excluding those that are reachable
284
from r1 by '{caret}r1 r2' and it can be written as 'r1..r2'.
285
286
-The '...' (three-dot) Symmetric Difference Notation::
+The '\...' (three-dot) Symmetric Difference Notation::
287
A similar notation 'r1\...r2' is called symmetric difference
288
of 'r1' and 'r2' and is defined as
289
'r1 r2 --not $(git merge-base --all r1 r2)'.
0 commit comments