| commit | b9f80fdaea3a35fa156807e42e52d875bf6ad301 | [log] [tgz] |
|---|---|---|
| author | Junio C Hamano <gitster@pobox.com> | Fri Jun 21 10:52:06 2013 -0700 |
| committer | Junio C Hamano <gitster@pobox.com> | Fri Jun 21 11:16:31 2013 -0700 |
| tree | b9e777537229d7e6457e80cb9c4d11d974729370 | |
| parent | 841dc6935ea0f2ecfc778501edc66dc2c828d333 [diff] |
t6003: add --date-order test The "--date-order" output is a slight twist of "--topo-order" in that commits from parallel histories are shown in their committer date order without an attempt to clump commits from a single line of history together like --topo-order does. Signed-off-by: Junio C Hamano <gitster@pobox.com>