Skip to content

Commit

Permalink
Documentation/rev-list-options: add missing word in --*-parents
Browse files Browse the repository at this point in the history
A commit has "parent commits" or "parents", not "commits".

Signed-off-by: Torstein Hegge <hegge@resisty.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Torstein Hegge authored and Junio C Hamano committed Aug 5, 2013
1 parent e6604c3 commit 5104d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/rev-list-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ if it is part of the log message.
--no-min-parents::
--no-max-parents::

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

0 comments on commit 5104d21

Please sign in to comment.