author | Pedro Melo <melo@simplicidade.org> | |
Thu, 10 Apr 2008 16:05:21 +0000 (17:05 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 12 Apr 2008 00:35:35 +0000 (17:35 -0700) | ||
commit | b6309ac2b8bc9794f4e8e9e829ccfa3360f2df49 | |
tree | 63aec325c9b583fe15637d1bb7cd3a8bd9083457 | tree | snapshot |
parent | f59774add488a6c5fb440a4aaa7255f594b1027d | commit | diff |
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>
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 | diff | blob | history |