Force the medium pretty format on calls to git log
commitb6309ac2b8bc9794f4e8e9e829ccfa3360f2df49
authorPedro Melo <melo@simplicidade.org>
Thu, 10 Apr 2008 16:05:21 +0000 (10 17:05 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 12 Apr 2008 00:35:35 +0000 (11 17:35 -0700)
tree63aec325c9b583fe15637d1bb7cd3a8bd9083457
parentf59774add488a6c5fb440a4aaa7255f594b1027d
Force the medium pretty format on calls to git log

If a user has customized format.pretty in config, git-svn rebase fails with:

Unable to determine upstream SVN information from working tree history

because the command expects to read the commit log in the default format.

This fixes the command to explicitly ask for the format it wants to read
from.

Signed-off-by: Pedro Melo <melo@simplicidade.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-svn.perl