Skip to content

Commit f5d9e91

Browse files
phil-blaingitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent f8f28ed commit f5d9e91

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Documentation/revisions.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,9 @@ specifying a single revision, using the notation described in the
254254
previous section, means the set of commits `reachable` from the given
255255
commit.
256256

257+
Specifying several revisions means the set of commits reachable from
258+
any of the given commits.
259+
257260
A commit's reachable set is the commit itself and the commits in
258261
its ancestry chain.
259262

0 commit comments

Comments
 (0)