diff options
author | Philip Oakley <philipoakley@iee.org> | 2016-08-13 00:45:19 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-08-13 19:36:44 -0700 |
commit | 59841a3900a5670084f30b8ab2bb49042938fee6 (patch) | |
tree | ce90a982c6f67d9dea9b2089a888b95e9e961d05 /Documentation/revisions.txt | |
parent | doc: revisions: give headings for the two and three dot notations (diff) | |
download | tgif-59841a3900a5670084f30b8ab2bb49042938fee6.tar.xz |
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>
Diffstat (limited to 'Documentation/revisions.txt')
-rw-r--r-- | Documentation/revisions.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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 ---------------------- |