| Commit message (Expand) | Author | Age |
* | Git 2.0: git svn: Set default --prefix='origin/' if --prefix is not given | Johan Herland | 2014-04-19 |
* | git-svn: Warn about changing default for --prefix in Git v2.0 | Johan Herland | 2013-10-12 |
* | git-svn: fix signed commit parsing | Nicolas Vigier | 2013-10-10 |
* | Merge branch 'vl/typofix' | Junio C Hamano | 2013-06-26 |
|\ |
|
| * | random typofixes (committed missing a 't', successful missing an 's') | Veres Lajos | 2013-06-19 |
* | | Fix `git svn` `rebase` & `dcommit` if top-level HEAD directory exist | Slava Kardakov | 2013-06-12 |
* | | git-svn: introduce --parents parameter for commands branch and tag | Tobias Schulte | 2013-05-20 |
* | | git-svn: added an --include-path flag | Paul Walmsley | 2013-05-09 |
* | | git-svn: avoid self-referencing mergeinfo | Michael Contreras | 2013-05-09 |
|/ |
|
* | git-svn: use a lowercase "usage:" string | David Aguilar | 2013-02-24 |
* | git-svn: use a lowercase "usage:" string | David Aguilar | 2013-02-24 |
* | git-svn: Simplify calculation of GIT_DIR | Barry Wardell | 2013-01-24 |
* | git-svn: teach find-rev to find near matches | John Keeping | 2013-01-17 |
* | git-svn: use path accessor for Git::SVN objects | Eric Wong | 2012-10-05 |
* | Merge branch 'ms/git-svn-1.7' | Junio C Hamano | 2012-08-22 |
|\ |
|
| * | git-svn: remove ad-hoc canonicalizations | Michael G. Schwern | 2012-08-02 |
| * | git-svn: introduce add_path_to_url function | Michael G. Schwern | 2012-08-02 |
| * | git-svn: canonicalize earlier | Michael G. Schwern | 2012-08-02 |
| * | git-svn: replace URL escapes with canonicalization | Michael G. Schwern | 2012-08-02 |
| * | git-svn: add join_paths() to safely concatenate paths | Michael G. Schwern | 2012-08-02 |
| * | git-svn: move canonicalization to Git::SVN::Utils | Michael G. Schwern | 2012-08-02 |
| * | use Git::SVN{,::RA}->url accessor globally | Michael G. Schwern | 2012-08-02 |
| * | use Git::SVN->path accessor globally | Michael G. Schwern | 2012-08-02 |
* | | git svn: handle errors and concurrent commits in dcommit | Robert Luberda | 2012-08-10 |
|/ |
|
* | Extract Git::SVN::GlobSpec from git-svn. | Michael G. Schwern | 2012-07-27 |
* | Move Git::IndexInfo into its own file. | Michael G. Schwern | 2012-07-27 |
* | Load all the modules in one place and before running code. | Michael G. Schwern | 2012-07-27 |
* | Extract Git::SVN::Migration from git-svn. | Michael G. Schwern | 2012-07-27 |
* | Prepare Git::SVN::Migration for extraction from git-svn. | Michael G. Schwern | 2012-07-27 |
* | Extract Git::SVN::Log from git-svn. | Michael G. Schwern | 2012-07-27 |
* | Prepare Git::SVN::Log for extraction from git-svn. | Michael G. Schwern | 2012-07-27 |
* | Move initialization of Git::SVN variables into Git::SVN. | Michael G. Schwern | 2012-07-27 |
* | Extract Git::SVN from git-svn into its own .pm file. | Michael G. Schwern | 2012-07-27 |
* | Prepare Git::SVN for extraction into its own file. | Michael G. Schwern | 2012-07-27 |
* | Extract some utilities from git-svn to allow extracting Git::SVN. | Michael G. Schwern | 2012-07-27 |
* | git-svn: don't create master if another head exists | Marcin Owsiany | 2012-07-19 |
* | git-svn: use YAML format for mergeinfo cache when possible | Jonathan Nieder | 2012-06-10 |
* | git-svn: make Git::SVN::RA a separate file | Jonathan Nieder | 2012-06-10 |
* | git-svn: make Git::SVN::Editor a separate file | Jonathan Nieder | 2012-06-10 |
* | Merge branch 'jc/svn-auth-providers-unusable-at-1.6.12' | Junio C Hamano | 2012-06-07 |
|\ |
|
| * | git-svn: platform auth providers are working only on 1.6.15 or newer | Junio C Hamano | 2012-06-04 |
* | | git-svn: make Git::SVN::Fetcher a separate file | Jonathan Nieder | 2012-05-29 |
* | | git-svn: rename SVN::Git::* packages to Git::SVN::* | Jonathan Nieder | 2012-05-29 |
* | | git-svn: move Git::SVN::Prompt into its own file | Jonathan Nieder | 2012-05-29 |
* | | git-svn: support rebase --preserve-merges | Avishay Lavie | 2012-05-16 |
* | | Merge branch 'master' of git://git.bogomips.org/git-svn | Junio C Hamano | 2012-05-02 |
|\ \
| |/ |
|
| * | git-svn: introduce SVN version comparison function | Junio C Hamano | 2012-05-02 |
* | | Merge branch 'jk/maint-gitweb-test-use-sane-perl' | Junio C Hamano | 2012-05-02 |
|\ \
| |/
|/| |
|
| * | Consistently use perl from /usr/bin/ for scripts | Zbigniew Jędrzejewski-Szmek | 2012-05-01 |
* | | git-svn: use platform specific auth providers | Matthijs Kooijman | 2012-04-27 |