Skip to content

Commit

Permalink
git-svn: Don't prompt for client cert password everytime.
Browse files Browse the repository at this point in the history
Acked-by: Eric Wong <normalperson@yhbt.net>

Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Sebastian Noack authored and Junio C Hamano committed Feb 27, 2008
1 parent 81fa145 commit 47e83e3
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 47e83e3

Please sign in to comment.