aboutsummaryrefslogtreecommitdiffstats
path: root/perl/Git/SVN.pm (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-05git-svn.perl: keep processing all commits in parents_excludeSteven Walter1-1/+0
2012-10-05git-svn.perl: consider all ranges for a given merge, instead of only tip-by-tipSteven Walter1-5/+3
2012-08-22Merge branch 'ms/git-svn-1.7'Junio C Hamano1-63/+111
2012-08-10git svn: reset invalidates the memoized mergeinfo cachesPeter Baumann1-2/+25
2012-08-02git-svn: remove ad-hoc canonicalizationsMichael G. Schwern1-1/+0
2012-08-02git-svn: canonicalize newly-minted URLsMichael G. Schwern1-5/+14
2012-08-02git-svn: introduce add_path_to_url functionMichael G. Schwern1-18/+15
2012-08-02git-svn: replace URL escapes with canonicalizationMichael G. Schwern1-1/+1
2012-08-02git-svn: attempt to mimic SVN 1.7 URL canonicalizationMichael G. Schwern1-2/+2
2012-08-02Git::SVN{,::Ra}: canonicalize earlierMichael G. Schwern1-2/+4
2012-08-02git-svn: add join_paths() to safely concatenate pathsMichael G. Schwern1-4/+6
2012-08-02use Git::SVN{,::RA}->url accessor globallyMichael G. Schwern1-5/+6
2012-08-02use Git::SVN->path accessor globallyMichael G. Schwern1-2/+2
2012-08-02Git::SVN: use accessor for URLs internallyMichael G. Schwern1-14/+28
2012-08-02Git::SVN: use accessors internally for pathMichael G. Schwern1-31/+55
2012-07-27Extract Git::SVN::GlobSpec from git-svn.Michael G. Schwern1-0/+2
2012-07-27Move initialization of Git::SVN variables into Git::SVN.Michael G. Schwern1-2/+7
2012-07-27Extract Git::SVN from git-svn into its own .pm file.Michael G. Schwern1-0/+2319