git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH] rev-list-options: clarify --parents and --children
@ 2010-09-30 15:31 Michael J Gruber
  2010-09-30 15:53 ` Jonathan Nieder
  0 siblings, 1 reply; 2+ messages in thread
From: Michael J Gruber @ 2010-09-30 15:31 UTC (permalink / raw
  To: git; +Cc: Junio C Hamano

Make it clearer that --parents resp. --children list the parent resp.
child commits next to each commit, so that I understand next time.

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
---
 Documentation/rev-list-options.txt |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt
index e2237ae..ebc0108 100644
--- a/Documentation/rev-list-options.txt
+++ b/Documentation/rev-list-options.txt
@@ -45,13 +45,13 @@ endif::git-rev-list[]
 
 --parents::
 
-	Print the parents of the commit.  Also enables parent
-	rewriting, see 'History Simplification' below.
+	Print also the parents of the commit (in the form "commit parent...").
+	Also enables parent rewriting, see 'History Simplification' below.
 
 --children::
 
-	Print the children of the commit.  Also enables parent
-	rewriting, see 'History Simplification' below.
+	Print also the children of the commit (in the form "commit child...").
+	Also enables parent rewriting, see 'History Simplification' below.
 
 ifdef::git-rev-list[]
 --timestamp::
-- 
1.7.3.98.g5ad7d

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

* Re: [PATCH] rev-list-options: clarify --parents and --children
  2010-09-30 15:31 [PATCH] rev-list-options: clarify --parents and --children Michael J Gruber
@ 2010-09-30 15:53 ` Jonathan Nieder
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Nieder @ 2010-09-30 15:53 UTC (permalink / raw
  To: Michael J Gruber; +Cc: git, Junio C Hamano

Michael J Gruber wrote:

> Make it clearer that --parents resp. --children list the parent resp.
> child commits next to each commit, so that I understand next time.

Nice, thanks.

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

end of thread, other threads:[~2010-09-30 15:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-30 15:31 [PATCH] rev-list-options: clarify --parents and --children Michael J Gruber
2010-09-30 15:53 ` Jonathan Nieder

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).