From: Torstein Hegge Date: Fri, 2 Aug 2013 18:40:07 +0000 (+0200) Subject: Documentation/rev-list-options: add missing word in --*-parents X-Git-Tag: v1.8.4-rc2~1^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5104d21fbdf7c7bda341d4f0ff406fb66dce839d;p=thirdparty%2Fgit.git Documentation/rev-list-options: add missing word in --*-parents A commit has "parent commits" or "parents", not "commits". Signed-off-by: Torstein Hegge Signed-off-by: Junio C Hamano --- diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt index 3bdbf5e856..83ae20c9c6 100644 --- a/Documentation/rev-list-options.txt +++ b/Documentation/rev-list-options.txt @@ -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.