git-svn: branch: avoid systematic prompt for cert/pass
commit785a1c82587ca6e796595e63508ad6b32104d16c
authorMonard Vong <travelingsoul86@gmail.com>
Thu, 24 Jul 2014 16:25:59 +0000 (24 18:25 +0200)
committerEric Wong <normalperson@yhbt.net>
Sun, 14 Sep 2014 08:08:24 +0000 (14 08:08 +0000)
treecc02bd612127d078b7218b2fdcfaebfdb5c352ef
parentce1d3a93a6405b8a0313491df3099919ed3d150f
git-svn: branch: avoid systematic prompt for cert/pass

Commands such as "git svn init/fetch/dcommit" do not prompt for client
certificate/password if they are stored in SVN config file.  Make
"git svn branch" consistent with the other commands, as SVN::Client is
capable of building its own authentication baton from information in the
SVN config directory.

Signed-off-by: Monard Vong <travelingsoul86@gmail.com>
Signed-off-by: Eric Wong <normalperson@yhbt.net>
git-svn.perl