git-svn: rename SVN::Git::* packages to Git::SVN::*
commit72827aa468b467157643bb3689c8786e86e4a58c
authorJonathan Nieder <jrnieder@gmail.com>
Mon, 28 May 2012 07:00:46 +0000 (28 02:00 -0500)
committerEric Wong <normalperson@yhbt.net>
Tue, 29 May 2012 00:17:59 +0000 (29 00:17 +0000)
tree63a92ceefad0a6edcfc8110e335d6bdff9afb19c
parentc102f4cf729a65b3520dbb17b52aa0c4fe4d4b29
git-svn: rename SVN::Git::* packages to Git::SVN::*

Using names in the Git:: namespace means these cannot conflict with a
hypothetical binding teaching Subversion to interact with git
repositories.

Currently the packages are private to git-svn.perl so the choice of
name isn't likely to make much difference.  This change is mainly
meant as preparation for splitting out the packages in question as
modules on the public search path.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Eric Wong <normalperson@yhbt.net>
git-svn.perl