Documentation/rev-list-options: add missing word in --*-parents
authorTorstein Hegge <hegge@resisty.net>
Fri, 2 Aug 2013 18:40:07 +0000 (20:40 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 5 Aug 2013 15:47:06 +0000 (08:47 -0700)
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>
Documentation/rev-list-options.txt
index 3bdbf5e856b68692745a91304d80b09186d487b4..83ae20c9c62f5d985136851670e3d39bb41427ce 100644 (file)
@@ -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.