]> git.ipfire.org Git - thirdparty/git.git/commit - commit.c
topo-order: make --date-order optional.
authorJunio C Hamano <junkio@cox.net>
Thu, 16 Feb 2006 06:05:33 +0000 (22:05 -0800)
committerJunio C Hamano <junkio@cox.net>
Thu, 16 Feb 2006 06:12:06 +0000 (22:12 -0800)
commit4c8725f16abff4be4812d0d07a663250bef3ef0e
treeb71f712e939c935fa1cbb0d5f96c8d2ee4af6b73
parentbe97bd1b88003f4a19e2832ee0cc6ac20fcab674
topo-order: make --date-order optional.

This adds --date-order to rev-list; it is similar to topo order
in the sense that no parent comes before all of its children,
but otherwise things are still ordered in the commit timestamp
order.

The same flag is also added to show-branch.

Signed-off-by: Junio C Hamano <junkio@cox.net>
commit.c
commit.h
rev-list.c
rev-parse.c
show-branch.c