summaryrefslogtreecommitdiff
path: root/Documentation/revisions.txt
diff options
context:
space:
mode:
authorAnn T Ropea <bedhanger@gmx.de>2017-12-03 21:27:37 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-12-04 16:25:06 (GMT)
commit9fe923886f8ec89ecbcef0aa751984b9ce4c053e (patch)
treef3bcb02294181c1be647823d45630858c3bccb6a /Documentation/revisions.txt
parent7668cbc60578f99a4c048f8f8f38787930b8147b (diff)
downloadgit-9fe923886f8ec89ecbcef0aa751984b9ce4c053e.zip
git-9fe923886f8ec89ecbcef0aa751984b9ce4c053e.tar.gz
git-9fe923886f8ec89ecbcef0aa751984b9ce4c053e.tar.bz2
Documentation: revisions: fix typo: "three dot" ---> "three-dot" (in line with "two-dot").
Signed-off-by: Ann T Ropea <bedhanger@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/revisions.txt')
-rw-r--r--Documentation/revisions.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/revisions.txt b/Documentation/revisions.txt
index 6127746..dfcc49c 100644
--- a/Documentation/revisions.txt
+++ b/Documentation/revisions.txt
@@ -271,7 +271,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)'.