commit | d5cee0f78654357965cb88c4e6d3cfa272d9ae28 | [log] [tgz] |
---|---|---|
author | Michael J Gruber <git@drmicha.warpmail.net> | Fri Jul 17 16:28:06 2009 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Sat Jul 18 16:57:49 2009 -0700 |
tree | 5cc86defaa1bf15fede68018ef83d808cba5531b | |
parent | 3de4a44308d5c84c468f3fb69a3c3f3092eaf369 [diff] |
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>