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.
1 parent 7668cbc commit 9fe9238Copy full SHA for 9fe9238
Documentation/revisions.txt
@@ -271,7 +271,7 @@ The '..' (two-dot) Range Notation::
271
for commits that are reachable from r2 excluding those that are reachable
272
from r1 by '{caret}r1 r2' and it can be written as 'r1..r2'.
273
274
-The '...' (three dot) Symmetric Difference Notation::
+The '...' (three-dot) Symmetric Difference Notation::
275
A similar notation 'r1\...r2' is called symmetric difference
276
of 'r1' and 'r2' and is defined as
277
'r1 r2 --not $(git merge-base --all r1 r2)'.
0 commit comments