OSDN Git Service

Merge branch 'ss/svn-prompt'
authorJunio C Hamano <gitster@pobox.com>
Wed, 2 Jan 2013 18:38:50 +0000 (10:38 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 Jan 2013 18:38:50 +0000 (10:38 -0800)
The way "git svn" asked for password using SSH_ASKPASS and
GIT_ASKPASS was not in line with the rest of the system.

* ss/svn-prompt:
  git-svn, perl/Git.pm: extend and use Git->prompt method for querying users
  perl/Git.pm: Honor SSH_ASKPASS as fallback if GIT_ASKPASS is not set
  git-svn, perl/Git.pm: add central method for prompting passwords


Trivial merge