Add --no-abbrev-commit arg to working_head_Info()'s invocation of git log. --- git-svn.perl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/git-svn.perl b/git-svn.perl index 351e743..da4c240 100755 --- a/git-svn.perl +++ b/git-svn.perl @@ -1803,7 +1803,7 @@ sub cmt_sha2rev_batch { sub working_head_info { my ($head, $refs) = @_; my @args = qw/log --no-color --no-decorate --first-parent - --pretty=medium/; + --no-abbrev-commit --pretty=medium/; my ($fh, $ctx) = command_output_pipe(@args, $head); my $hash; my %max; -- 1.7.7.2 -- 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