Skip to content

Commit e14712c

Browse files
Michael J Grubergitster
authored andcommitted
rev-list-options: clarify --parents and --children
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2f76919 commit e14712c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/rev-list-options.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ endif::git-rev-list[]
4545

4646
--parents::
4747

48-
Print the parents of the commit. Also enables parent
49-
rewriting, see 'History Simplification' below.
48+
Print also the parents of the commit (in the form "commit parent...").
49+
Also enables parent rewriting, see 'History Simplification' below.
5050

5151
--children::
5252

53-
Print the children of the commit. Also enables parent
54-
rewriting, see 'History Simplification' below.
53+
Print also the children of the commit (in the form "commit child...").
54+
Also enables parent rewriting, see 'History Simplification' below.
5555

5656
ifdef::git-rev-list[]
5757
--timestamp::

0 commit comments

Comments
 (0)