Merge branch 'ss/svn-prompt'
commit77ecfd02de5c8d9186ab1b3640da014e3f4bdada
authorJunio C Hamano <gitster@pobox.com>
Wed, 2 Jan 2013 18:38:50 +0000 (2 10:38 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 Jan 2013 18:38:50 +0000 (2 10:38 -0800)
tree7b5d3c75f14cb464a23dd331e802fdc7ed23ba86
parent9316f910f7f2435e617968ec6999fdf43d79b5f7
parente9263e458055ab361a7292adc800d3e62b47b39f
Merge branch 'ss/svn-prompt'

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