git svn: avoid unnecessary '/' in paths for SVN
commitb1a954a37cea7d5a0a123758f6c2ad9005d4481e
authorEric Wong <normalperson@yhbt.net>
Mon, 14 Jun 2010 04:31:10 +0000 (14 04:31 +0000)
committerEric Wong <normalperson@yhbt.net>
Mon, 14 Jun 2010 04:49:22 +0000 (14 04:49 +0000)
tree94755a852f7dd469be90283d5a979670e1e656ec
parentb4b3360078e758221db3f7b496e35ccb43364151
git svn: avoid unnecessary '/' in paths for SVN

svn:// servers are more picky regarding redundant slashes
than file:// and http(s)://-backed respositories.  Since
the last commit, we avoid putting unnecessary slashes in
$GIT_CONFIG, but this doesn't help users who are already
set up that way.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
git-svn.perl