Age | Commit message (Expand) | Author | Files | Lines |
2017-03-07 | git svn: fix authentication with 'branch' | Hiroshi Shirosaki | 1 | -3/+3 |
2016-10-14 | git-svn: "git worktree" awareness | Eric Wong | 1 | -4/+5 |
2016-10-14 | git-svn: reduce scope of input record separator change | Eric Wong | 1 | -2/+2 |
2016-07-22 | git-svn: allow --version to work anywhere | Eric Wong | 1 | -2/+2 |
2016-07-03 | git-svn: clone: Fail on missing url argument | Christopher Layne | 1 | -1/+4 |
2016-03-16 | git-svn: fix URL canonicalization during init w/ SVN 1.7+ | Eric Wong | 1 | -6/+8 |
2015-09-10 | git-svn: parse authors file more leniently | Michael J Gruber | 1 | -1/+1 |
2015-02-26 | git-svn: lazy load some modules | Eric Wong | 1 | -6/+7 |
2015-01-15 | git-svn: make it play nicely with submodules | Ramkumar Ramachandra | 1 | -0/+6 |
2014-12-09 | git-svn: support for git-svn propset | Alfred Perlstein | 1 | -1/+48 |
2014-09-14 | git-svn: delay term initialization | Eric Wong | 1 | -7/+11 |
2014-09-14 | git svn: find-rev allows short switches for near matches | Eric Wong | 1 | -2/+2 |
2014-09-14 | git svn: info: correctly handle absolute path args | Eric Wong | 1 | -6/+33 |
2014-09-14 | git-svn: branch: avoid systematic prompt for cert/pass | Monard Vong | 1 | -1/+3 |
2014-04-19 | Git 2.0: git svn: Set default --prefix='origin/' if --prefix is not given | Johan Herland | 1 | -11/+1 |
2013-10-12 | git-svn: Warn about changing default for --prefix in Git v2.0 | Johan Herland | 1 | -1/+11 |
2013-10-10 | git-svn: fix signed commit parsing | Nicolas Vigier | 1 | -1/+1 |
2013-06-26 | Merge branch 'vl/typofix' | Junio C Hamano | 1 | -1/+1 |
2013-06-19 | random typofixes (committed missing a 't', successful missing an 's') | Veres Lajos | 1 | -1/+1 |
2013-06-12 | Fix `git svn` `rebase` & `dcommit` if top-level HEAD directory exist | Slava Kardakov | 1 | -2/+2 |
2013-05-20 | git-svn: introduce --parents parameter for commands branch and tag | Tobias Schulte | 1 | -1/+18 |
2013-05-09 | git-svn: added an --include-path flag | Paul Walmsley | 1 | -0/+4 |
2013-05-09 | git-svn: avoid self-referencing mergeinfo | Michael Contreras | 1 | -3/+8 |
2013-02-24 | git-svn: use a lowercase "usage:" string | David Aguilar | 1 | -2/+2 |
2013-02-24 | git-svn: use a lowercase "usage:" string | David Aguilar | 1 | -1/+1 |
2013-01-24 | git-svn: Simplify calculation of GIT_DIR | Barry Wardell | 1 | -23/+14 |
2013-01-17 | git-svn: teach find-rev to find near matches | John Keeping | 1 | -2/+10 |
2012-10-05 | git-svn: use path accessor for Git::SVN objects | Eric Wong | 1 | -1/+1 |
2012-08-22 | Merge branch 'ms/git-svn-1.7' | Junio C Hamano | 1 | -62/+30 |
2012-08-10 | git svn: handle errors and concurrent commits in dcommit | Robert Luberda | 1 | -19/+55 |
2012-08-02 | git-svn: remove ad-hoc canonicalizations | Michael G. Schwern | 1 | -4/+4 |
2012-08-02 | git-svn: introduce add_path_to_url function | Michael G. Schwern | 1 | -1/+2 |
2012-08-02 | git-svn: canonicalize earlier | Michael G. Schwern | 1 | -3/+3 |
2012-08-02 | git-svn: replace URL escapes with canonicalization | Michael G. Schwern | 1 | -21/+3 |
2012-08-02 | git-svn: add join_paths() to safely concatenate paths | Michael G. Schwern | 1 | -1/+2 |
2012-08-02 | git-svn: move canonicalization to Git::SVN::Utils | Michael G. Schwern | 1 | -26/+7 |
2012-08-02 | use Git::SVN{,::RA}->url accessor globally | Michael G. Schwern | 1 | -5/+6 |
2012-08-02 | use Git::SVN->path accessor globally | Michael G. Schwern | 1 | -5/+7 |
2012-07-27 | Extract Git::SVN::GlobSpec from git-svn. | Michael G. Schwern | 1 | -59/+0 |
2012-07-27 | Move Git::IndexInfo into its own file. | Michael G. Schwern | 1 | -32/+0 |
2012-07-27 | Load all the modules in one place and before running code. | Michael G. Schwern | 1 | -23/+21 |
2012-07-27 | Extract Git::SVN::Migration from git-svn. | Michael G. Schwern | 1 | -257/+1 |
2012-07-27 | Prepare Git::SVN::Migration for extraction from git-svn. | Michael G. Schwern | 1 | -12/+24 |
2012-07-27 | Extract Git::SVN::Log from git-svn. | Michael G. Schwern | 1 | -394/+1 |
2012-07-27 | Prepare Git::SVN::Log for extraction from git-svn. | Michael G. Schwern | 1 | -4/+11 |
2012-07-27 | Move initialization of Git::SVN variables into Git::SVN. | Michael G. Schwern | 1 | -4/+0 |
2012-07-27 | Extract Git::SVN from git-svn into its own .pm file. | Michael G. Schwern | 1 | -2319/+1 |
2012-07-27 | Prepare Git::SVN for extraction into its own file. | Michael G. Schwern | 1 | -4/+18 |
2012-07-27 | Extract some utilities from git-svn to allow extracting Git::SVN. | Michael G. Schwern | 1 | -15/+19 |
2012-07-19 | git-svn: don't create master if another head exists | Marcin Owsiany | 1 | -5/+4 |