Skip to content

Commit

Permalink
Merge branch 'ew/maint-svn-cert-fileprovider' into maint
Browse files Browse the repository at this point in the history
* ew/maint-svn-cert-fileprovider:
  git-svn: Don't prompt for client cert password everytime.
  • Loading branch information
Junio C Hamano committed Mar 8, 2008
2 parents c8744d6 + 47e83e3 commit ca2c195
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 @@ -3632,6 +3632,7 @@ ()
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_file_provider(),
SVN::Client::get_ssl_client_cert_pw_prompt_provider(
\&Git::SVN::Prompt::ssl_client_cert_pw, 2),
SVN::Client::get_username_provider(),
Expand Down

0 comments on commit ca2c195

Please sign in to comment.