summaryrefslogtreecommitdiff
path: root/perl/Git/SVN.pm
Commit message (Expand)AuthorAgeFilesLines
* tests: disable fsync everywhereEric Wong2021-10-291-2/+15
* git-svn: stop passing "-m" to "git rev-list"Sergey Organov2021-05-211-1/+1
* perl: check for perl warnings while running testsJeff King2020-10-211-1/+1
* perl: make SVN code hash independentbrian m. carlson2020-06-221-35/+38
* perl: create and switch variables for hash constantsbrian m. carlson2020-06-221-5/+5
* git-svn: trim leading and trailing whitespaces in author nameTobias Klauser2019-09-281-0/+4
* git-svn: allow empty email-address using authors-prog and authors-fileAndreas Heiduk2018-04-051-7/+6
* perl: call timegm and timelocal with 4-digit yearbw/perl-timegm-timelocal-fixBernhard M. Wiedemann2018-02-231-1/+1
* git svn fetch: Create correct commit timestamp when using --localtimeur/svn-local-zoneUrs Thuermann2017-08-081-1/+1
* git-svn: escape backslashes in refnamesEric Wong2016-12-231-1/+1
* Merge branch 'svn-cache' of git://bogomips.org/git-svnJunio C Hamano2016-10-271-1/+11
|\
| * git-svn: do not reuse caches memoized for a different architectureGavin Lambert2016-10-271-1/+11
* | git-svn: "git worktree" awarenessew/svn-wtEric Wong2016-10-141-9/+15
|/
* git-svn: warn instead of dying when commit data is missingEric Wong2016-07-091-2/+6
* git-svn: skip mergeinfo handling with --no-follow-parentEric Wong2016-06-221-9/+16
* Git/SVN: die when there is no commit metadataChristian Couder2016-05-081-1/+2
* git-svn: improve rebase/mkdirs performanceDair Grant2015-11-101-8/+76
* Merge branch 'svn-maint-fixes' into svn-fixesJunio C Hamano2015-02-261-1/+2
|\
| * git-svn: fix localtime=true on non-glibc environmentsRyuichi Kokubo2015-02-261-1/+2
* | git-svn: lazy load some modulesEric Wong2015-02-261-9/+13
* | Git::SVN: handle missing ref_id case correctlyRamkumar Ramachandra2015-01-151-1/+1
|/
* git-svn: add space after "W:" prefix in warningEric Wong2014-10-301-4/+2
* git-svn: (cleanup) remove editor param passingEric Wong2014-10-301-6/+4
* git-svn: disable _rev_list memoizationEric Wong2014-10-271-10/+0
* git-svn: remove mergeinfo rev cachingEric Wong2014-10-241-21/+9
* git-svn: cache only mergeinfo revisionsEric Wong2014-10-241-14/+8
* git-svn: reduce check_cherry_pick cache overheadEric Wong2014-10-241-13/+15
* git-svn: only look at the root path for svn:mergeinfoJakob Stoklund Olesen2014-10-241-16/+13
* git-svn: only look at the new parts of svn:mergeinfoJakob Stoklund Olesen2014-10-241-12/+72
* SVN.pm::parse_svn_date: allow timestamps with a single-digit hoursk/svn-parse-datestampRomanBelinsky2014-04-171-1/+1
* code and test: fix misuses of "nor"jl/nor-or-nand-andJustin Lebar2014-03-311-2/+2
* comments: fix misuses of "nor"Justin Lebar2014-03-311-1/+1
* git-svn: memoize _rev_list and rebuildlin zuojian2014-01-231-3/+38
* git svn: consistent spacing after "W:" in warningsEric Wong2013-03-081-1/+1
* git svn: ignore partial svn:mergeinfoJan Pešta2013-03-081-0/+5
* Merge branch 'bw/get-tz-offset-perl'Junio C Hamano2013-02-141-10/+2
|\
| * Move Git::SVN::get_tz to Git::get_tz_offsetBen Walton2013-02-091-10/+2
* | git-svn: cleanup sprintf usage for uppercasing hexEric Wong2013-01-241-2/+2
|/
* Git::SVN: rename private path fieldJonathan Nieder2012-10-051-2/+2
* git-svn.perl: keep processing all commits in parents_excludeSteven Walter2012-10-051-1/+0
* git-svn.perl: consider all ranges for a given merge, instead of only tip-by-tipSteven Walter2012-10-051-5/+3
* Merge branch 'ms/git-svn-1.7'Junio C Hamano2012-08-221-63/+111
|\
| * git-svn: remove ad-hoc canonicalizationsMichael G. Schwern2012-08-021-1/+0
| * git-svn: canonicalize newly-minted URLsMichael G. Schwern2012-08-021-5/+14
| * git-svn: introduce add_path_to_url functionMichael G. Schwern2012-08-021-18/+15
| * git-svn: replace URL escapes with canonicalizationMichael G. Schwern2012-08-021-1/+1
| * git-svn: attempt to mimic SVN 1.7 URL canonicalizationMichael G. Schwern2012-08-021-2/+2
| * Git::SVN{,::Ra}: canonicalize earlierMichael G. Schwern2012-08-021-2/+4
| * git-svn: add join_paths() to safely concatenate pathsMichael G. Schwern2012-08-021-4/+6
| * use Git::SVN{,::RA}->url accessor globallyMichael G. Schwern2012-08-021-5/+6