From 59841a3900a5670084f30b8ab2bb49042938fee6 Mon Sep 17 00:00:00 2001 From: Philip Oakley Date: Sat, 13 Aug 2016 00:45:19 +0100 Subject: [PATCH] doc: revisions: extra clarification of ^! notation effects Signed-off-by: Philip Oakley Signed-off-by: Junio C Hamano --- Documentation/revisions.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ---------------------- -- 2.11.4.GIT