aboutsummaryrefslogtreecommitdiffstats
path: root/perl/Git/SVN/Ra.pm (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-21perl: check for perl warnings while running testsJeff King1-1/+1
2020-06-22perl: make SVN code hash independentbrian m. carlson1-2/+2
2016-12-12git-svn: allow "0" in SVN path componentsEric Wong1-1/+1
2016-01-26git-svn: fix auth parameter handling on SVN 1.9.0+Eric Wong1-2/+6
2015-02-26Merge branch 'svn-maint-fixes' into svn-fixesJunio C Hamano1-0/+3
2015-02-26Git::SVN::*: avoid premature FileHandle closureKyle J. McKay1-0/+3
2015-02-26git-svn: lazy load some modulesEric Wong1-1/+4
2014-10-31git-svn: use SVN::Ra::get_dir2 when possibleEric Wong1-1/+11
2014-10-29git-svn: prepare SVN::Ra config pieces onceEric Wong1-27/+36
2014-10-25git-svn: save a little memory as fetch progressesEric Wong1-1/+1
2014-10-25git-svn: remove unnecessary DESTROY overrideEric Wong1-4/+0
2014-10-24git-svn: reload RA every log-window-sizeEric Wong1-8/+13
2013-09-06git-svn: fix termination issues for remote svn connectionsUli Heller1-0/+8
2013-05-09Git::SVN::*: add missing "NAME" section to perldocJonathan Nieder1-0/+2
2013-03-27git-svn: Support custom tunnel schemes instead of SSH onlySebastian Schuberth1-1/+1
2012-10-05git-svn: use path accessor for Git::SVN objectsEric Wong1-1/+1
2012-08-02git-svn: canonicalize newly-minted URLsMichael G. Schwern1-1/+8
2012-08-02git-svn: introduce add_path_to_url functionMichael G. Schwern1-4/+4
2012-08-02git-svn: canonicalize earlierMichael G. Schwern1-2/+2
2012-08-02git-svn: replace URL escapes with canonicalizationMichael G. Schwern1-22/+5
2012-08-02Git::SVN{,::Ra}: canonicalize earlierMichael G. Schwern1-1/+5
2012-08-02use Git::SVN->path accessor globallyMichael G. Schwern1-3/+3
2012-08-02Git::SVN::Ra: use accessor for URLsMichael G. Schwern1-11/+27
2012-06-10git-svn: make Git::SVN::RA a separate fileJonathan Nieder1-0/+658