]> git.ipfire.org Git - thirdparty/git.git/commit - git-svn.perl
git-svn: disallow ambigious local refspecs
authorEric Wong <normalperson@yhbt.net>
Mon, 22 Jan 2007 21:52:04 +0000 (13:52 -0800)
committerEric Wong <normalperson@yhbt.net>
Fri, 23 Feb 2007 08:57:09 +0000 (00:57 -0800)
commitb805b44a923e32251af1abd4e8d7bf5f7d4d8ef6
treedb7d43c1292b37a066f820ec26022e8dc4c62f2a
parent8b8fc06824cde2b314807e5e3a20e0adfd948cda
git-svn: disallow ambigious local refspecs

Having multiple fetch refspecs pointing to the same local ref
would be a very bad thing.  Start avoiding the use of fatal() or
exit() inside the modules so we can libify more easily.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
git-svn.perl
t/t9100-git-svn-basic.sh