doc: revisions: extra clarification of <rev>^! notation effects
Signed-off-by: Philip Oakley <philipoakley@iee.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Philip Oakley committed
Aug 13, 2016 at 00:45 UTC
59841a3900a5670084f30b8ab2bb49042938fee6
1 file changed
+2
-1
Documentation/revisions.txt
+2
-1
@@ -280,7 +280,8 @@ for naming a set that is formed by a commit and its parent commits.
280
281
The 'r1{caret}@' notation means all parents of 'r1'.
282
283
-'r1{caret}!' includes commit 'r1' but excludes all of its parents.
283
+The 'r1{caret}!' notation includes commit 'r1' but excludes all of its parents.
284
+By itself, this notation denotes the single commit 'r1'.
285
286
Revision Range Summary
287
----------------------