doc: revisions: extra clarification of <rev>^! notation effects
authorPhilip Oakley <philipoakley@iee.org>
Fri, 12 Aug 2016 23:45:19 +0000 (00:45 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 14 Aug 2016 02:36:44 +0000 (19:36 -0700)
Signed-off-by: Philip Oakley <philipoakley@iee.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/revisions.txt
index 1d1593fbf83decd5cd1d4aaf1c52735ff2dddf5e..64bc83eaa57ca0478442d5ece4966b13b856d356 100644 (file)
@@ -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
 ----------------------