summaryrefslogtreecommitdiff
path: root/perl/Git/SVN.pm
AgeCommit message (Expand)AuthorFilesLines
2020-06-22perl: make SVN code hash independentLibravatar brian m. carlson1-35/+38
2020-06-22perl: create and switch variables for hash constantsLibravatar brian m. carlson1-5/+5
2019-09-28git-svn: trim leading and trailing whitespaces in author nameLibravatar Tobias Klauser1-0/+4
2018-04-05git-svn: allow empty email-address using authors-prog and authors-fileLibravatar Andreas Heiduk1-7/+6
2018-02-23perl: call timegm and timelocal with 4-digit yearLibravatar Bernhard M. Wiedemann1-1/+1
2017-08-08git svn fetch: Create correct commit timestamp when using --localtimeLibravatar Urs Thuermann1-1/+1
2016-12-23git-svn: escape backslashes in refnamesLibravatar Eric Wong1-1/+1
2016-10-27Merge branch 'svn-cache' of git://bogomips.org/git-svnLibravatar Junio C Hamano1-1/+11
2016-10-27git-svn: do not reuse caches memoized for a different architectureLibravatar Gavin Lambert1-1/+11
2016-10-14git-svn: "git worktree" awarenessLibravatar Eric Wong1-9/+15
2016-07-09git-svn: warn instead of dying when commit data is missingLibravatar Eric Wong1-2/+6
2016-06-22git-svn: skip mergeinfo handling with --no-follow-parentLibravatar Eric Wong1-9/+16
2016-05-08Git/SVN: die when there is no commit metadataLibravatar Christian Couder1-1/+2
2015-11-10git-svn: improve rebase/mkdirs performanceLibravatar Dair Grant1-8/+76
2015-02-26Merge branch 'svn-maint-fixes' into svn-fixesLibravatar Junio C Hamano1-1/+2
2015-02-26git-svn: fix localtime=true on non-glibc environmentsLibravatar Ryuichi Kokubo1-1/+2
2015-02-26git-svn: lazy load some modulesLibravatar Eric Wong1-9/+13
2015-01-15Git::SVN: handle missing ref_id case correctlyLibravatar Ramkumar Ramachandra1-1/+1
2014-10-30git-svn: add space after "W:" prefix in warningLibravatar Eric Wong1-4/+2
2014-10-30git-svn: (cleanup) remove editor param passingLibravatar Eric Wong1-6/+4
2014-10-27git-svn: disable _rev_list memoizationLibravatar Eric Wong1-10/+0
2014-10-24git-svn: remove mergeinfo rev cachingLibravatar Eric Wong1-21/+9
2014-10-24git-svn: cache only mergeinfo revisionsLibravatar Eric Wong1-14/+8
2014-10-24git-svn: reduce check_cherry_pick cache overheadLibravatar Eric Wong1-13/+15
2014-10-24git-svn: only look at the root path for svn:mergeinfoLibravatar Jakob Stoklund Olesen1-16/+13
2014-10-24git-svn: only look at the new parts of svn:mergeinfoLibravatar Jakob Stoklund Olesen1-12/+72
2014-04-17SVN.pm::parse_svn_date: allow timestamps with a single-digit hourLibravatar RomanBelinsky1-1/+1
2014-03-31code and test: fix misuses of "nor"Libravatar Justin Lebar1-2/+2
2014-03-31comments: fix misuses of "nor"Libravatar Justin Lebar1-1/+1
2014-01-23git-svn: memoize _rev_list and rebuildLibravatar lin zuojian1-3/+38
2013-03-08git svn: consistent spacing after "W:" in warningsLibravatar Eric Wong1-1/+1
2013-03-08git svn: ignore partial svn:mergeinfoLibravatar Jan Pešta1-0/+5
2013-02-14Merge branch 'bw/get-tz-offset-perl'Libravatar Junio C Hamano1-10/+2
2013-02-09Move Git::SVN::get_tz to Git::get_tz_offsetLibravatar Ben Walton1-10/+2
2013-01-24git-svn: cleanup sprintf usage for uppercasing hexLibravatar Eric Wong1-2/+2
2012-10-05Git::SVN: rename private path fieldLibravatar Jonathan Nieder1-2/+2
2012-10-05git-svn.perl: keep processing all commits in parents_excludeLibravatar Steven Walter1-1/+0
2012-10-05git-svn.perl: consider all ranges for a given merge, instead of only tip-by-tipLibravatar Steven Walter1-5/+3
2012-08-22Merge branch 'ms/git-svn-1.7'Libravatar Junio C Hamano1-63/+111
2012-08-10git svn: reset invalidates the memoized mergeinfo cachesLibravatar Peter Baumann1-2/+25
2012-08-02git-svn: remove ad-hoc canonicalizationsLibravatar Michael G. Schwern1-1/+0
2012-08-02git-svn: canonicalize newly-minted URLsLibravatar Michael G. Schwern1-5/+14
2012-08-02git-svn: introduce add_path_to_url functionLibravatar Michael G. Schwern1-18/+15
2012-08-02git-svn: replace URL escapes with canonicalizationLibravatar Michael G. Schwern1-1/+1
2012-08-02git-svn: attempt to mimic SVN 1.7 URL canonicalizationLibravatar Michael G. Schwern1-2/+2
2012-08-02Git::SVN{,::Ra}: canonicalize earlierLibravatar Michael G. Schwern1-2/+4
2012-08-02git-svn: add join_paths() to safely concatenate pathsLibravatar Michael G. Schwern1-4/+6
2012-08-02use Git::SVN{,::RA}->url accessor globallyLibravatar Michael G. Schwern1-5/+6
2012-08-02use Git::SVN->path accessor globallyLibravatar Michael G. Schwern1-2/+2
2012-08-02Git::SVN: use accessor for URLs internallyLibravatar Michael G. Schwern1-14/+28