summaryrefslogtreecommitdiff
path: root/perl/Git/SVN.pm
AgeCommit message (Expand)Author
2016-10-27Merge branch 'svn-cache' of git://bogomips.org/git-svnJunio C Hamano
2016-10-27git-svn: do not reuse caches memoized for a different architectureGavin Lambert
2016-10-14git-svn: "git worktree" awarenessEric Wong
2016-07-09git-svn: warn instead of dying when commit data is missingEric Wong
2016-06-22git-svn: skip mergeinfo handling with --no-follow-parentEric Wong
2016-05-08Git/SVN: die when there is no commit metadataChristian Couder
2015-11-10git-svn: improve rebase/mkdirs performanceDair Grant
2015-02-26Merge branch 'svn-maint-fixes' into svn-fixesJunio C Hamano
2015-02-26git-svn: fix localtime=true on non-glibc environmentsRyuichi Kokubo
2015-02-26git-svn: lazy load some modulesEric Wong
2015-01-15Git::SVN: handle missing ref_id case correctlyRamkumar Ramachandra
2014-10-30git-svn: add space after "W:" prefix in warningEric Wong
2014-10-30git-svn: (cleanup) remove editor param passingEric Wong
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