If deriving SVN_SSH from GIT_SSH on msys, also add quotes
commit2a3fb596222c33c331ab82548501c03b0c68ae35
authorSebastian Schuberth <sschuberth@gmail.com>
Sat, 23 Jan 2010 14:20:28 +0000 (23 15:20 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 30 Jan 2010 03:51:45 +0000 (30 04:51 +0100)
treef4a50458b5e641e5f90b3cd623631b638bf0714c
parentd5ef2b3020f8c5874c416ea7aa338a8631c3bd73
If deriving SVN_SSH from GIT_SSH on msys, also add quotes

In contrast to GIT_SSH, SVN_SSH requires quotes for paths that contain
spaces. As GIT_SSH will not work if it contains quotes, it is safe to
assume it never contains quotes. Also, adding quotes to SVN_SSH for paths
that do not contain spaces does no harm. So we always add quotes when
deriving SVN_SSH from GIT_SSH.

This fixes msysGit issue 385, see
http://code.google.com/p/msysgit/issues/detail?id=385

Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
git-svn.perl