author | Junio C Hamano <gitster@pobox.com> | |
Thu, 3 Apr 2008 09:12:06 +0000 (02:12 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 13 Apr 2008 02:41:29 +0000 (19:41 -0700) | ||
commit | f35f5603f4f07c939754743b2a6cf61bb3a4694e | |
tree | 6b7390153bdfe003803e89410d3a4c9d6cbc059e | tree | snapshot |
parent | f43e2fd43b50d5a82a34bb3e4f848cb38bf93b7f | commit | diff |
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>
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 | diff | blob | history | |
revision.h | diff | blob | history |