From: Philippe Blain Date: Thu, 9 Jul 2020 02:16:44 +0000 (+0000) Subject: revisions.txt: describe 'rev1 rev2 ...' meaning for ranges X-Git-Tag: v2.29.0-rc0~217^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f5d9e91ea0b31fa008e807ff14ac7fa1ad413bd8;p=thirdparty%2Fgit.git 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 --- 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.