Browse Source

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>
maint
Philippe Blain 5 years ago committed by Junio C Hamano
parent
commit
f5d9e91ea0
  1. 3
      Documentation/revisions.txt

3
Documentation/revisions.txt

@ -254,6 +254,9 @@ specifying a single revision, using the notation described in the @@ -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.


Loading…
Cancel
Save