]> git.ipfire.org Git - thirdparty/git.git/commitdiff
git-rev-list.txt: tweak wording in set operations
authorPhilippe Blain <levraiphilippeblain@gmail.com>
Thu, 9 Jul 2020 02:16:46 +0000 (02:16 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 9 Jul 2020 05:08:54 +0000 (22:08 -0700)
Tweak a sentence to make it a little more readable.

Signed-off-by: Philippe Blain <levraiphilippeblain@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-rev-list.txt

index aa95334a795ace880f185e9a8512050b8552184d..f2b83df2fad313762ecde8d236b00c92fd5991b8 100644 (file)
@@ -19,12 +19,12 @@ given commit(s), but exclude commits that are reachable from the one(s)
 given with a '{caret}' in front of them.  The output is given in reverse
 chronological order by default.
 
-You can think of this as a set operation.  Commits given on the command
-line form a set of commits that are reachable from any of them, and then
-commits reachable from any of the ones given with '{caret}' in front are
-subtracted from that set.  The remaining commits are what comes out in the
-command's output.  Various other options and paths parameters can be used
-to further limit the result.
+You can think of this as a set operation. Commits reachable from any of
+the commits given on the command line form a set, and then commits reachable
+from any of the ones given with '{caret}' in front are subtracted from that
+set.  The remaining commits are what comes out in the command's output.
+Various other options and paths parameters can be used to further limit the
+result.
 
 Thus, the following command: