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)
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>

No differences found