]> git.ipfire.org Git - thirdparty/git.git/commit - revision.c
revision traversal: --children option
authorJunio C Hamano <gitster@pobox.com>
Thu, 3 Apr 2008 09:12:06 +0000 (02:12 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 13 Apr 2008 02:41:29 +0000 (19:41 -0700)
commitf35f5603f4f07c939754743b2a6cf61bb3a4694e
tree6b7390153bdfe003803e89410d3a4c9d6cbc059e
parentf43e2fd43b50d5a82a34bb3e4f848cb38bf93b7f
revision traversal: --children option

This adds a new --children option to the revision machinery.  In addition
to the list of parents, child commits of each commit are computed and
stored as a decoration to each commit.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
revision.c
revision.h