summaryrefslogtreecommitdiff
path: root/perl/Git/SVN/Migration.pm
Commit message (Collapse)AuthorAgeFilesLines
* comments: fix misuses of "nor"Justin Lebar2014-03-311-1/+1
| | | | | Signed-off-by: Justin Lebar <jlebar@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* use Git::SVN{,::RA}->url accessor globallyMichael G. Schwern2012-08-021-3/+3
| | | | | | | | | | | | | Note: The structure returned from Git::SVN->read_all_remotes() does not appear to contain objects, so I'm leaving them alone. That's everything converted over to the url and path accessors. No functional change. [ew: commit title] Signed-off-by: Eric Wong <normalperson@yhbt.net>
* Extract Git::SVN::Migration from git-svn.Michael G. Schwern2012-07-271-0/+258
Straight cut & paste. Signed-off-by: Eric Wong <normalperson@yhbt.net>