aboutsummaryrefslogtreecommitdiff
path: root/git-svn.perl
Commit message (Expand)AuthorAge
* git-svn: convert CRLF to LF in commit message to SVNEric Wong2017-12-14
* git svn: fix authentication with 'branch'Hiroshi Shirosaki2017-03-07
* git-svn: "git worktree" awarenessEric Wong2016-10-14
* git-svn: reduce scope of input record separator changeEric Wong2016-10-14
* git-svn: allow --version to work anywhereEric Wong2016-07-22
* git-svn: clone: Fail on missing url argumentChristopher Layne2016-07-03
* git-svn: fix URL canonicalization during init w/ SVN 1.7+Eric Wong2016-03-16
* git-svn: parse authors file more lenientlyMichael J Gruber2015-09-10
* git-svn: lazy load some modulesEric Wong2015-02-26
* git-svn: make it play nicely with submodulesRamkumar Ramachandra2015-01-15
* git-svn: support for git-svn propsetAlfred Perlstein2014-12-09
* git-svn: delay term initializationEric Wong2014-09-14
* git svn: find-rev allows short switches for near matchesEric Wong2014-09-14
* git svn: info: correctly handle absolute path argsEric Wong2014-09-14
* git-svn: branch: avoid systematic prompt for cert/passMonard Vong2014-09-14
* Git 2.0: git svn: Set default --prefix='origin/' if --prefix is not givenJohan Herland2014-04-19
* git-svn: Warn about changing default for --prefix in Git v2.0Johan Herland2013-10-12
* git-svn: fix signed commit parsingNicolas Vigier2013-10-10
* Merge branch 'vl/typofix'Junio C Hamano2013-06-26
|\
| * random typofixes (committed missing a 't', successful missing an 's')Veres Lajos2013-06-19
* | Fix `git svn` `rebase` & `dcommit` if top-level HEAD directory existSlava Kardakov2013-06-12
* | git-svn: introduce --parents parameter for commands branch and tagTobias Schulte2013-05-20
* | git-svn: added an --include-path flagPaul Walmsley2013-05-09
* | git-svn: avoid self-referencing mergeinfoMichael Contreras2013-05-09
|/
* git-svn: use a lowercase "usage:" stringDavid Aguilar2013-02-24
* git-svn: use a lowercase "usage:" stringDavid Aguilar2013-02-24
* git-svn: Simplify calculation of GIT_DIRBarry Wardell2013-01-24
* git-svn: teach find-rev to find near matchesJohn Keeping2013-01-17
* git-svn: use path accessor for Git::SVN objectsEric Wong2012-10-05
* Merge branch 'ms/git-svn-1.7'Junio C Hamano2012-08-22
|\
| * git-svn: remove ad-hoc canonicalizationsMichael G. Schwern2012-08-02
| * git-svn: introduce add_path_to_url functionMichael G. Schwern2012-08-02
| * git-svn: canonicalize earlierMichael G. Schwern2012-08-02
| * git-svn: replace URL escapes with canonicalizationMichael G. Schwern2012-08-02
| * git-svn: add join_paths() to safely concatenate pathsMichael G. Schwern2012-08-02
| * git-svn: move canonicalization to Git::SVN::UtilsMichael G. Schwern2012-08-02
| * use Git::SVN{,::RA}->url accessor globallyMichael G. Schwern2012-08-02
| * use Git::SVN->path accessor globallyMichael G. Schwern2012-08-02
* | git svn: handle errors and concurrent commits in dcommitRobert Luberda2012-08-10
|/
* Extract Git::SVN::GlobSpec from git-svn.Michael G. Schwern2012-07-27
* Move Git::IndexInfo into its own file.Michael G. Schwern2012-07-27
* Load all the modules in one place and before running code.Michael G. Schwern2012-07-27
* Extract Git::SVN::Migration from git-svn.Michael G. Schwern2012-07-27
* Prepare Git::SVN::Migration for extraction from git-svn.Michael G. Schwern2012-07-27
* Extract Git::SVN::Log from git-svn.Michael G. Schwern2012-07-27
* Prepare Git::SVN::Log for extraction from git-svn.Michael G. Schwern2012-07-27
* Move initialization of Git::SVN variables into Git::SVN.Michael G. Schwern2012-07-27
* Extract Git::SVN from git-svn into its own .pm file.Michael G. Schwern2012-07-27
* Prepare Git::SVN for extraction into its own file.Michael G. Schwern2012-07-27
* Extract some utilities from git-svn to allow extracting Git::SVN.Michael G. Schwern2012-07-27