summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorMichael J Gruber <git@drmicha.warpmail.net>2010-09-30 15:31:43 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-09-30 16:38:47 (GMT)
commite14712c9e6801855a033ee1e7013f54580f270a1 (patch)
tree3476c0529b5be5dd171458138b89b49be094f6e6 /Documentation
parent2f76919517e98bb5e979d6c8c7bbc3478a066a21 (diff)
downloadgit-e14712c9e6801855a033ee1e7013f54580f270a1.zip
git-e14712c9e6801855a033ee1e7013f54580f270a1.tar.gz
git-e14712c9e6801855a033ee1e7013f54580f270a1.tar.bz2
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>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/rev-list-options.txt8
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::