]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/rev-list.c
rev-list --children
authorJunio C Hamano <gitster@pobox.com>
Fri, 4 Apr 2008 06:01:47 +0000 (23:01 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 13 Apr 2008 02:41:29 +0000 (19:41 -0700)
commit72276a3ecbe6353b83ab37e0ce96cc21c94cf6ee
tree87d9c431a6565ebb4682069d74ee675fc981f357
parentf35f5603f4f07c939754743b2a6cf61bb3a4694e
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>
Documentation/rev-list-options.txt
builtin-rev-list.c