git-svn: Fix git svn log --show-commit
authorMichael J Gruber <git@drmicha.warpmail.net>
Fri, 20 May 2011 11:16:34 +0000 (13:16 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 20 May 2011 16:30:09 +0000 (09:30 -0700)
git svn log --show-commit had no tests and, consequently, no attention
by the author of

b1b4755 (git-log: put space after commit mark, 2011-03-10)

who kept git svn log working only without --show-commit.

Introduce a test and fix it.

Reported-by: Bernt Hansen <bernt@norang.ca>
Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found