summaryrefslogtreecommitdiff
path: root/perl/Git/SVN.pm
Commit message (Expand)AuthorAgeFilesLines
* 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
| * use Git::SVN->path accessor globallyMichael G. Schwern2012-08-021-2/+2
| * Git::SVN: use accessor for URLs internallyMichael G. Schwern2012-08-021-14/+28
| * Git::SVN: use accessors internally for pathMichael G. Schwern2012-08-021-31/+55
* | git svn: reset invalidates the memoized mergeinfo cachesPeter Baumann2012-08-101-2/+25
|/
* Extract Git::SVN::GlobSpec from git-svn.Michael G. Schwern2012-07-271-0/+2
* Move initialization of Git::SVN variables into Git::SVN.Michael G. Schwern2012-07-271-2/+7
* Extract Git::SVN from git-svn into its own .pm file.Michael G. Schwern2012-07-271-0/+2319