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 <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Michael J Gruber 2010-09-30 17:31:43 +02:00 коммит произвёл Junio C Hamano
Родитель 2f76919517
Коммит e14712c9e6
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -45,13 +45,13 @@ endif::git-rev-list[]
--parents:: --parents::
Print the parents of the commit. Also enables parent Print also the parents of the commit (in the form "commit parent...").
rewriting, see 'History Simplification' below. Also enables parent rewriting, see 'History Simplification' below.
--children:: --children::
Print the children of the commit. Also enables parent Print also the children of the commit (in the form "commit child...").
rewriting, see 'History Simplification' below. Also enables parent rewriting, see 'History Simplification' below.
ifdef::git-rev-list[] ifdef::git-rev-list[]
--timestamp:: --timestamp::