Extract Git::SVN from git-svn into its own .pm file.
Except for adding the 1; at the end, this is a straight copy & paste. Tests still pass, but its doubtful Git::SVN will compile on its own without git-svn being loaded. Next commit will fix that. Signed-off-by: Junio C Hamano <gitster@pobox.com> Signed-off-by: Eric Wong <normalperson@yhbt.net>
This commit is contained in:

committed by
Eric Wong

parent
0f80aa03cf
commit
29499c0b27
2320
git-svn.perl
2320
git-svn.perl
File diff suppressed because it is too large
Load Diff
2319
perl/Git/SVN.pm
Normal file
2319
perl/Git/SVN.pm
Normal file
File diff suppressed because it is too large
Load Diff
@ -29,6 +29,7 @@ instdir_SQ = $(subst ','\'',$(prefix)/lib)
|
|||||||
|
|
||||||
modules += Git
|
modules += Git
|
||||||
modules += Git/I18N
|
modules += Git/I18N
|
||||||
|
modules += Git/SVN
|
||||||
modules += Git/SVN/Memoize/YAML
|
modules += Git/SVN/Memoize/YAML
|
||||||
modules += Git/SVN/Fetcher
|
modules += Git/SVN/Fetcher
|
||||||
modules += Git/SVN/Editor
|
modules += Git/SVN/Editor
|
||||||
|
Reference in New Issue
Block a user