Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Add contrib/stats/mailmap.pl script
[gitweb.git]
/
git-svn.perl
diff --git
a/git-svn.perl
b/git-svn.perl
index 51979f9639d2da8a7b9a38527051ccf62ebcd7b6..b3dffccf38a52714f000f1f90b6c32ecdeb43f82 100755
(executable)
--- a/
git-svn.perl
+++ b/
git-svn.perl
@@
-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,