aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/revisions.txt
diff options
context:
space:
mode:
authorPhilippe Blain <levraiphilippeblain@gmail.com>2020-07-09 02:16:44 +0000
committerJunio C Hamano <gitster@pobox.com>2020-07-08 22:08:53 -0700
commitf5d9e91ea0b31fa008e807ff14ac7fa1ad413bd8 (patch)
tree211e56da1b0d3ae50804a78755ea42da8e80b092 /Documentation/revisions.txt
parentf8f28ed9a0229ce19aed3ca516d8ec9a5e66d0c3 (diff)
downloadgit-f5d9e91ea0b31fa008e807ff14ac7fa1ad413bd8.tar.gz
revisions.txt: describe 'rev1 rev2 ...' meaning for ranges
The "Specifying ranges" section does not mention explicitly that several commits can be specified to form a range. Add a mention to that effect. Signed-off-by: Philippe Blain <levraiphilippeblain@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/revisions.txt')
-rw-r--r--Documentation/revisions.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/revisions.txt b/Documentation/revisions.txt
index 1ad95065c1..d9169c062e 100644
--- a/Documentation/revisions.txt
+++ b/Documentation/revisions.txt
@@ -254,6 +254,9 @@ specifying a single revision, using the notation described in the
previous section, means the set of commits `reachable` from the given
commit.
+Specifying several revisions means the set of commits reachable from
+any of the given commits.
+
A commit's reachable set is the commit itself and the commits in
its ancestry chain.