summaryrefslogtreecommitdiff
path: root/git-svn.perl
AgeCommit message (Expand)Author
2018-04-05git-svn: search --authors-prog in PATH tooAndreas Heiduk
2018-02-13Merge branch 'ew/svn-branch-segfault-fix'Junio C Hamano
2018-01-30git-svn: control destruction order to avoid segfaultEric Wong
2018-01-23Merge branch 'jm/svn-pushmergeinfo-fix'Junio C Hamano
2017-12-14git-svn: convert CRLF to LF in commit message to SVNEric Wong
2017-09-17git-svn: fix svn.pushmergeinfo handling of svn+ssh usernames.Jason Merrill
2017-03-07git svn: fix authentication with 'branch'Hiroshi Shirosaki
2016-10-14git-svn: "git worktree" awarenessEric Wong
2016-10-14git-svn: reduce scope of input record separator changeEric Wong
2016-07-22git-svn: allow --version to work anywhereEric Wong
2016-07-03git-svn: clone: Fail on missing url argumentChristopher Layne
2016-03-16git-svn: fix URL canonicalization during init w/ SVN 1.7+Eric Wong
2015-09-10git-svn: parse authors file more lenientlyMichael J Gruber
2015-02-26git-svn: lazy load some modulesEric Wong
2015-01-15git-svn: make it play nicely with submodulesRamkumar Ramachandra
2014-12-09git-svn: support for git-svn propsetAlfred Perlstein
2014-09-14git-svn: delay term initializationEric Wong
2014-09-14git svn: find-rev allows short switches for near matchesEric Wong
2014-09-14git svn: info: correctly handle absolute path argsEric Wong
2014-09-14git-svn: branch: avoid systematic prompt for cert/passMonard Vong
2014-04-19Git 2.0: git svn: Set default --prefix='origin/' if --prefix is not givenJohan Herland
2013-10-12git-svn: Warn about changing default for --prefix in Git v2.0Johan Herland
2013-10-10git-svn: fix signed commit parsingNicolas Vigier
2013-06-26Merge branch 'vl/typofix'Junio C Hamano
2013-06-19random typofixes (committed missing a 't', successful missing an 's')Veres Lajos
2013-06-12Fix `git svn` `rebase` & `dcommit` if top-level HEAD directory existSlava Kardakov
2013-05-20git-svn: introduce --parents parameter for commands branch and tagTobias Schulte
2013-05-09git-svn: added an --include-path flagPaul Walmsley
2013-05-09git-svn: avoid self-referencing mergeinfoMichael Contreras
2013-02-25git-svn: use a lowercase "usage:" stringDavid Aguilar
2013-02-24git-svn: use a lowercase "usage:" stringDavid Aguilar
2013-01-24git-svn: Simplify calculation of GIT_DIRBarry Wardell
2013-01-17git-svn: teach find-rev to find near matchesJohn Keeping
2012-10-05git-svn: use path accessor for Git::SVN objectsEric Wong
2012-08-22Merge branch 'ms/git-svn-1.7'Junio C Hamano
2012-08-10git svn: handle errors and concurrent commits in dcommitRobert Luberda
2012-08-02git-svn: remove ad-hoc canonicalizationsMichael G. Schwern
2012-08-02git-svn: introduce add_path_to_url functionMichael G. Schwern
2012-08-02git-svn: canonicalize earlierMichael G. Schwern
2012-08-02git-svn: replace URL escapes with canonicalizationMichael G. Schwern
2012-08-02git-svn: add join_paths() to safely concatenate pathsMichael G. Schwern
2012-08-02git-svn: move canonicalization to Git::SVN::UtilsMichael G. Schwern
2012-08-02use Git::SVN{,::RA}->url accessor globallyMichael G. Schwern
2012-08-02use Git::SVN->path accessor globallyMichael G. Schwern
2012-07-27Extract Git::SVN::GlobSpec from git-svn.Michael G. Schwern
2012-07-27Move Git::IndexInfo into its own file.Michael G. Schwern
2012-07-27Load all the modules in one place and before running code.Michael G. Schwern
2012-07-27Extract Git::SVN::Migration from git-svn.Michael G. Schwern
2012-07-27Prepare Git::SVN::Migration for extraction from git-svn.Michael G. Schwern
2012-07-27Extract Git::SVN::Log from git-svn.Michael G. Schwern