]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/revisions.txt
Fifteenth batch
[thirdparty/git.git] / Documentation / revisions.txt
index 1ad95065c1f64577e2b65e6c730c4550b7c2992e..d9169c062eb1abc75545fb87f360cd06aa225aaa 100644 (file)
@@ -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.