Add contrib/stats/mailmap.pl script
[gitweb.git] / git-svn.perl
index 51979f9639d2da8a7b9a38527051ccf62ebcd7b6..b3dffccf38a52714f000f1f90b6c32ecdeb43f82 100755 (executable)
@@ -3002,6 +3002,7 @@ sub new {
              \&Git::SVN::Prompt::username, 2),
          ]);
        my $config = SVN::Core::config_get_config($config_dir);
+       $RA = undef;
        my $self = SVN::Ra->new(url => $url, auth => $baton,
                              config => $config,
                              pool => SVN::Pool->new,