git svn: always reuse existing remotes on fetch
commit4d0157d6995925ea55ff181ea94d058583333f90
authorEric Wong <normalperson@yhbt.net>
Sun, 22 Nov 2009 20:37:06 +0000 (22 12:37 -0800)
committerEric Wong <normalperson@yhbt.net>
Sun, 22 Nov 2009 20:54:59 +0000 (22 12:54 -0800)
tree1cf2e3f095f8403eb0e689360d3d7008dd691ffb
parent39add7a36feca434ba85267cb76e4fd69bcdc13a
git svn: always reuse existing remotes on fetch

The internal no_reuse_existing flag is set to allow initializing
multiple remotes with the same URL, common with SVM users.

Unfortunately, this flag caused misbehavior when used
with the -R command-line flag for fetching.

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