summaryrefslogtreecommitdiff
path: root/perl/Git/SVN.pm
AgeCommit message (Expand)Author
2014-10-27git-svn: disable _rev_list memoizationEric Wong
2014-10-24git-svn: remove mergeinfo rev cachingEric Wong
2014-10-24git-svn: cache only mergeinfo revisionsEric Wong
2014-10-24git-svn: reduce check_cherry_pick cache overheadEric Wong
2014-10-24git-svn: only look at the root path for svn:mergeinfoJakob Stoklund Olesen
2014-10-24git-svn: only look at the new parts of svn:mergeinfoJakob Stoklund Olesen
2014-04-17SVN.pm::parse_svn_date: allow timestamps with a single-digit hourRomanBelinsky
2014-03-31code and test: fix misuses of "nor"Justin Lebar
2014-03-31comments: fix misuses of "nor"Justin Lebar
2014-01-23git-svn: memoize _rev_list and rebuildlin zuojian
2013-03-08git svn: consistent spacing after "W:" in warningsEric Wong
2013-03-08git svn: ignore partial svn:mergeinfoJan Pešta
2013-02-14Merge branch 'bw/get-tz-offset-perl'Junio C Hamano
2013-02-09Move Git::SVN::get_tz to Git::get_tz_offsetBen Walton
2013-01-24git-svn: cleanup sprintf usage for uppercasing hexEric Wong
2012-10-05Git::SVN: rename private path fieldJonathan Nieder
2012-10-05git-svn.perl: keep processing all commits in parents_excludeSteven Walter
2012-10-05git-svn.perl: consider all ranges for a given merge, instead of only tip-by-tipSteven Walter
2012-08-22Merge branch 'ms/git-svn-1.7'Junio C Hamano
2012-08-10git svn: reset invalidates the memoized mergeinfo cachesPeter Baumann
2012-08-02git-svn: remove ad-hoc canonicalizationsMichael G. Schwern
2012-08-02git-svn: canonicalize newly-minted URLsMichael G. Schwern
2012-08-02git-svn: introduce add_path_to_url functionMichael G. Schwern
2012-08-02git-svn: replace URL escapes with canonicalizationMichael G. Schwern
2012-08-02git-svn: attempt to mimic SVN 1.7 URL canonicalizationMichael G. Schwern
2012-08-02Git::SVN{,::Ra}: canonicalize earlierMichael G. Schwern
2012-08-02git-svn: add join_paths() to safely concatenate pathsMichael G. Schwern
2012-08-02use Git::SVN{,::RA}->url accessor globallyMichael G. Schwern
2012-08-02use Git::SVN->path accessor globallyMichael G. Schwern
2012-08-02Git::SVN: use accessor for URLs internallyMichael G. Schwern
2012-08-02Git::SVN: use accessors internally for pathMichael G. Schwern
2012-07-27Extract Git::SVN::GlobSpec from git-svn.Michael G. Schwern
2012-07-27Move initialization of Git::SVN variables into Git::SVN.Michael G. Schwern
2012-07-27Extract Git::SVN from git-svn into its own .pm file.Michael G. Schwern