Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-svn: branch: avoid systematic prompt for cert/pass
[gitweb.git]
/
git-svn.perl
diff --git
a/git-svn.perl
b/git-svn.perl
index 0a323722a601b2cb900385e531d315558b6d3fe9..1f41ee14b4db8d826f381b8ee1d6cb14d2304994 100755
(executable)
--- a/
git-svn.perl
+++ b/
git-svn.perl
@@
-1161,7
+1161,9
@@
sub cmd_branch {
::_req_svn();
my $ctx = SVN::Client->new(
- auth => Git::SVN::Ra::_auth_providers(),
+ config => SVN::Core::config_get_config(
+ $Git::SVN::Ra::config_dir
+ ),
log_msg => sub {
${ $_[0] } = defined $_message
? $_message