Skip to content

Commit

Permalink
Merge branch 'mk/svn'
Browse files Browse the repository at this point in the history
* mk/svn:
  git-svn: honor ~/.subversion/ client cert file settings.
  • Loading branch information
Junio C Hamano committed Jul 1, 2007
2 parents 40cb8f8 + 6caf5b1 commit 8b4edcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions git-svn.perl
Original file line number Diff line number Diff line change
Expand Up @@ -2937,6 +2937,7 @@ sub new {
SVN::Client::get_ssl_server_trust_file_provider(),
SVN::Client::get_simple_prompt_provider(
\&Git::SVN::Prompt::simple, 2),
SVN::Client::get_ssl_client_cert_file_provider(),
SVN::Client::get_ssl_client_cert_prompt_provider(
\&Git::SVN::Prompt::ssl_client_cert, 2),
SVN::Client::get_ssl_client_cert_pw_prompt_provider(
Expand Down

0 comments on commit 8b4edcf

Please sign in to comment.