Merge branch 'ss/svn-prompt' into maint
commit9a4a941e04a5b3afdc038767ed59d1cc291e7a4d
authorJunio C Hamano <gitster@pobox.com>
Sat, 12 Jan 2013 00:45:06 +0000 (11 16:45 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 12 Jan 2013 00:45:06 +0000 (11 16:45 -0800)
treee43608dc12d3682d2d05e4bee0fc75aa0801ff75
parentbf7c3f749db88906dfb040194974808b6151ec22
parente9263e458055ab361a7292adc800d3e62b47b39f
Merge branch 'ss/svn-prompt' into maint

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