diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-04-03 23:01:47 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-04-12 19:41:29 -0700 |
commit | 72276a3ecbe6353b83ab37e0ce96cc21c94cf6ee (patch) | |
tree | 87d9c431a6565ebb4682069d74ee675fc981f357 /Documentation/rev-list-options.txt | |
parent | f35f5603f4f07c939754743b2a6cf61bb3a4694e (diff) | |
download | git-72276a3ecbe6353b83ab37e0ce96cc21c94cf6ee.tar.gz git-72276a3ecbe6353b83ab37e0ce96cc21c94cf6ee.tar.xz |
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/rev-list-options.txt')
-rw-r--r-- | Documentation/rev-list-options.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt index 2648a5508..e5823950e 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. |