Skip to content

Commit

Permalink
rev-list-options: clarify --parents and --children
Browse files Browse the repository at this point in the history
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>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Michael J Gruber authored and Junio C Hamano committed Sep 30, 2010
1 parent 2f76919 commit e14712c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Documentation/rev-list-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down

0 comments on commit e14712c

Please sign in to comment.