From: Jonathan Nieder Date: Mon, 28 May 2012 07:00:46 +0000 (-0500) Subject: git-svn: rename SVN::Git::* packages to Git::SVN::* X-Git-Tag: v1.7.11-rc1~12^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/72827aa468b467157643bb3689c8786e86e4a58c?ds=inline;hp=72827aa468b467157643bb3689c8786e86e4a58c 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 Signed-off-by: Eric Wong ---