Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
doc: revisions: extra clarification of <rev>^! notation effects
author
Philip Oakley
<philipoakley@iee.org>
Fri, 12 Aug 2016 23:45:19 +0000
(
00:45
+0100)
committer
Junio 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
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
391a3c7
)
diff --git
a/Documentation/revisions.txt
b/Documentation/revisions.txt
index 1d1593fbf83decd5cd1d4aaf1c52735ff2dddf5e..64bc83eaa57ca0478442d5ece4966b13b856d356 100644
(file)
--- 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'.
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
----------------------
Revision Range Summary
----------------------