t4202-log.sh: Test git log --no-walk sort order
commitd5cee0f78654357965cb88c4e6d3cfa272d9ae28
authorMichael J Gruber <git@drmicha.warpmail.net>
Fri, 17 Jul 2009 14:28:06 +0000 (17 16:28 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sat, 18 Jul 2009 23:57:49 +0000 (18 16:57 -0700)
tree5cc86defaa1bf15fede68018ef83d808cba5531b
parent3de4a44308d5c84c468f3fb69a3c3f3092eaf369
t4202-log.sh: Test git log --no-walk sort order

'git log --no-walk' sorts commits by commit time whereas 'git show' does
not (it leaves them as given on the command line). Document this by two
tests so that we never forget why ba1d450 (Tentative built-in "git
show", 2006-04-15) introduced it and 8e64006 (Teach revision machinery
about --no-walk, 2007-07-24) exposed it as an option argument.

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4202-log.sh