On Sun, Jan 29, 2012 at 03:59, Jonathan Nieder <jrnieder@xxxxxxxxx> wrote: > Ævar Arnfjörð Bjarmason wrote: > >> --- a/git-svn.perl >> +++ b/git-svn.perl >> @@ -1879,7 +1879,8 @@ sub cmt_sha2rev_batch { >> sub working_head_info { >> my ($head, $refs) = @_; >> my @args = qw/log --no-color --no-decorate --first-parent >> - --pretty=medium/; >> + --pretty=medium --no-abbrev-commit --no-decorate/; >> + > > Oh, dear. Wouldn't > > my @args = qw/rev-list --first-parent --pretty=medium/; > > be simpler and more robust as a quick fix? > > Of course something that takes plain rev-list --first-parent output > and pipes it through to cat-file --batch might be more intuitive, but > rev-list --pretty should at least work. ;-) That sounds like a better fix. I forgot that rev-list could emulate git-log like that. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html