git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH] Documentation/rev-list-options: add missing word in --*-parents
@ 2013-08-02 18:40 Torstein Hegge
  2013-08-05 15:47 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Torstein Hegge @ 2013-08-02 18:40 UTC (permalink / raw)
  To: git; +Cc: Michael J Gruber, Torstein Hegge

A commit has "parent commits" or "parents", not "commits".

Signed-off-by: Torstein Hegge <hegge@resisty.net>
---
 Documentation/rev-list-options.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt
index 27f8de3..5bdfb42 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.
-- 
1.8.4.rc1.372.g12d6635

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Documentation/rev-list-options: add missing word in --*-parents
  2013-08-02 18:40 [PATCH] Documentation/rev-list-options: add missing word in --*-parents Torstein Hegge
@ 2013-08-05 15:47 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2013-08-05 15:47 UTC (permalink / raw)
  To: Torstein Hegge; +Cc: git, Michael J Gruber

Thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-08-05 15:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-02 18:40 [PATCH] Documentation/rev-list-options: add missing word in --*-parents Torstein Hegge
2013-08-05 15:47 ` Junio C Hamano

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).