From f5d9e91ea0b31fa008e807ff14ac7fa1ad413bd8 Mon Sep 17 00:00:00 2001 From: Philippe Blain Date: Thu, 9 Jul 2020 02:16:44 +0000 Subject: [PATCH] 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 Signed-off-by: Junio C Hamano --- Documentation/revisions.txt | 3 +++ 1 file changed, 3 insertions(+) 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.