summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-04-04 08:01:47 +0200
committerJunio C Hamano <gitster@pobox.com>2008-04-13 04:41:29 +0200
commit72276a3ecbe6353b83ab37e0ce96cc21c94cf6ee (patch)
tree87d9c431a6565ebb4682069d74ee675fc981f357 /Documentation
parentrevision traversal: --children option (diff)
downloadgit-72276a3ecbe6353b83ab37e0ce96cc21c94cf6ee.tar.xz
git-72276a3ecbe6353b83ab37e0ce96cc21c94cf6ee.zip
rev-list --children
Just like --parents option shows the parents of commits, this shows the children of commits. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/rev-list-options.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt
index 2648a55085..e5823950e2 100644
--- a/Documentation/rev-list-options.txt
+++ b/Documentation/rev-list-options.txt
@@ -42,6 +42,10 @@ format, often found in E-mail messages.
Print the parents of the commit.
+--children::
+
+ Print the children of the commit.
+
--timestamp::
Print the raw commit timestamp.