Skip to content

Commit 5104d21

Browse files
heggegitster
authored andcommitted
Documentation/rev-list-options: add missing word in --*-parents
A commit has "parent commits" or "parents", not "commits". Signed-off-by: Torstein Hegge <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e6604c3 commit 5104d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/rev-list-options.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ if it is part of the log message.
119119
--no-min-parents::
120120
--no-max-parents::
121121

122-
Show only commits which have at least (or at most) that many
122+
Show only commits which have at least (or at most) that many parent
123123
commits. In particular, `--max-parents=1` is the same as `--no-merges`,
124124
`--min-parents=2` is the same as `--merges`. `--max-parents=0`
125125
gives all root commits and `--min-parents=3` all octopus merges.

0 commit comments

Comments
 (0)