Skip to content

Commit 6001a1d

Browse files
phil-blaingitster
authored andcommitted
git-rev-list.txt: tweak wording in set operations
Tweak a sentence to make it a little more readable. Signed-off-by: Philippe Blain <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 8560723 commit 6001a1d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Documentation/git-rev-list.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ given commit(s), but exclude commits that are reachable from the one(s)
1919
given with a '{caret}' in front of them. The output is given in reverse
2020
chronological order by default.
2121

22-
You can think of this as a set operation. Commits given on the command
23-
line form a set of commits that are reachable from any of them, and then
24-
commits reachable from any of the ones given with '{caret}' in front are
25-
subtracted from that set. The remaining commits are what comes out in the
26-
command's output. Various other options and paths parameters can be used
27-
to further limit the result.
22+
You can think of this as a set operation. Commits reachable from any of
23+
the commits given on the command line form a set, and then commits reachable
24+
from any of the ones given with '{caret}' in front are subtracted from that
25+
set. The remaining commits are what comes out in the command's output.
26+
Various other options and paths parameters can be used to further limit the
27+
result.
2828

2929
Thus, the following command:
3030

0 commit comments

Comments
 (0)