From: Philip Oakley Date: Fri, 12 Aug 2016 23:45:19 +0000 (+0100) Subject: doc: revisions: extra clarification of ^! notation effects X-Git-Tag: v2.10.1~43^2~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=59841a3900a5670084f30b8ab2bb49042938fee6;p=git doc: revisions: extra clarification of ^! notation effects Signed-off-by: Philip Oakley Signed-off-by: Junio C Hamano --- diff --git a/Documentation/revisions.txt b/Documentation/revisions.txt index 1d1593fbf8..64bc83eaa5 100644 --- a/Documentation/revisions.txt +++ b/Documentation/revisions.txt @@ -280,7 +280,8 @@ for naming a set that is formed by a commit and its parent commits. The 'r1{caret}@' notation means all parents of 'r1'. -'r1{caret}!' includes commit 'r1' but excludes all of its parents. +The 'r1{caret}!' notation includes commit 'r1' but excludes all of its parents. +By itself, this notation denotes the single commit 'r1'. Revision Range Summary ----------------------