summaryrefslogtreecommitdiffstats
path: root/git-svn.perl
Commit message (Expand)AuthorAgeFilesLines
* git-svn: search --authors-prog in PATH tooAndreas Heiduk2018-04-051-1/+2
* Merge branch 'ew/svn-branch-segfault-fix'Junio C Hamano2018-02-131-0/+5
|\
| * git-svn: control destruction order to avoid segfaultEric Wong2018-01-301-0/+5
* | Merge branch 'jm/svn-pushmergeinfo-fix'Junio C Hamano2018-01-231-0/+1
|\ \ | |/ |/|
| * git-svn: fix svn.pushmergeinfo handling of svn+ssh usernames.Jason Merrill2017-09-171-0/+1
* | git-svn: convert CRLF to LF in commit message to SVNEric Wong2017-12-141-0/+1
|/
* git svn: fix authentication with 'branch'Hiroshi Shirosaki2017-03-071-3/+3
* git-svn: "git worktree" awarenessEric Wong2016-10-141-4/+5
* git-svn: reduce scope of input record separator changeEric Wong2016-10-141-2/+2
* git-svn: allow --version to work anywhereEric Wong2016-07-221-2/+2
* git-svn: clone: Fail on missing url argumentChristopher Layne2016-07-031-1/+4
* git-svn: fix URL canonicalization during init w/ SVN 1.7+Eric Wong2016-03-161-6/+8
* git-svn: parse authors file more lenientlyMichael J Gruber2015-09-101-1/+1
* git-svn: lazy load some modulesEric Wong2015-02-261-6/+7
* git-svn: make it play nicely with submodulesRamkumar Ramachandra2015-01-151-0/+6
* git-svn: support for git-svn propsetAlfred Perlstein2014-12-091-1/+48
* git-svn: delay term initializationEric Wong2014-09-141-7/+11
* git svn: find-rev allows short switches for near matchesEric Wong2014-09-141-2/+2
* git svn: info: correctly handle absolute path argsEric Wong2014-09-141-6/+33
* git-svn: branch: avoid systematic prompt for cert/passMonard Vong2014-09-141-1/+3
* Git 2.0: git svn: Set default --prefix='origin/' if --prefix is not givenJohan Herland2014-04-191-11/+1
* git-svn: Warn about changing default for --prefix in Git v2.0Johan Herland2013-10-121-1/+11
* git-svn: fix signed commit parsingNicolas Vigier2013-10-101-1/+1
* Merge branch 'vl/typofix'Junio C Hamano2013-06-261-1/+1
|\
| * random typofixes (committed missing a 't', successful missing an 's')Veres Lajos2013-06-191-1/+1
* | Fix `git svn` `rebase` & `dcommit` if top-level HEAD directory existSlava Kardakov2013-06-121-2/+2
* | git-svn: introduce --parents parameter for commands branch and tagTobias Schulte2013-05-201-1/+18
* | git-svn: added an --include-path flagPaul Walmsley2013-05-091-0/+4
* | git-svn: avoid self-referencing mergeinfoMichael Contreras2013-05-091-3/+8
|/
* git-svn: use a lowercase "usage:" stringDavid Aguilar2013-02-241-2/+2
* git-svn: use a lowercase "usage:" stringDavid Aguilar2013-02-241-1/+1
* git-svn: Simplify calculation of GIT_DIRBarry Wardell2013-01-241-23/+14
* git-svn: teach find-rev to find near matchesJohn Keeping2013-01-171-2/+10
* git-svn: use path accessor for Git::SVN objectsEric Wong2012-10-051-1/+1
* Merge branch 'ms/git-svn-1.7'Junio C Hamano2012-08-221-62/+30
|\
| * git-svn: remove ad-hoc canonicalizationsMichael G. Schwern2012-08-021-4/+4
| * git-svn: introduce add_path_to_url functionMichael G. Schwern2012-08-021-1/+2
| * git-svn: canonicalize earlierMichael G. Schwern2012-08-021-3/+3
| * git-svn: replace URL escapes with canonicalizationMichael G. Schwern2012-08-021-21/+3
| * git-svn: add join_paths() to safely concatenate pathsMichael G. Schwern2012-08-021-1/+2
| * git-svn: move canonicalization to Git::SVN::UtilsMichael G. Schwern2012-08-021-26/+7
| * use Git::SVN{,::RA}->url accessor globallyMichael G. Schwern2012-08-021-5/+6
| * use Git::SVN->path accessor globallyMichael G. Schwern2012-08-021-5/+7
* | git svn: handle errors and concurrent commits in dcommitRobert Luberda2012-08-101-19/+55
|/
* Extract Git::SVN::GlobSpec from git-svn.Michael G. Schwern2012-07-271-59/+0
* Move Git::IndexInfo into its own file.Michael G. Schwern2012-07-271-32/+0
* Load all the modules in one place and before running code.Michael G. Schwern2012-07-271-23/+21
* Extract Git::SVN::Migration from git-svn.Michael G. Schwern2012-07-271-257/+1
* Prepare Git::SVN::Migration for extraction from git-svn.Michael G. Schwern2012-07-271-12/+24
* Extract Git::SVN::Log from git-svn.Michael G. Schwern2012-07-271-394/+1