From: Junio C Hamano Date: Thu, 16 Feb 2006 06:05:33 +0000 (-0800) Subject: topo-order: make --date-order optional. X-Git-Tag: v1.3.0-rc1~194^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/4c8725f16abff4be4812d0d07a663250bef3ef0e?hp=4c8725f16abff4be4812d0d07a663250bef3ef0e 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 ---