Age | Commit message (Expand) | Author | Files | Lines |
2015-02-26 | Merge branch 'svn-maint-fixes' into svn-fixes | Junio C Hamano | 2 | -0/+11 |
2015-02-26 | Git::SVN::*: avoid premature FileHandle closure | Kyle J. McKay | 2 | -0/+11 |
2015-02-26 | git-svn: lazy load some modules | Eric Wong | 3 | -5/+6 |
2014-12-09 | git-svn: support for git-svn propset | Alfred Perlstein | 1 | -0/+38 |
2014-10-31 | git-svn: use SVN::Ra::get_dir2 when possible | Eric Wong | 1 | -1/+11 |
2014-10-29 | git-svn: prepare SVN::Ra config pieces once | Eric Wong | 1 | -27/+36 |
2014-10-25 | git-svn: save a little memory as fetch progresses | Eric Wong | 1 | -1/+1 |
2014-10-25 | git-svn: remove unnecessary DESTROY override | Eric Wong | 1 | -4/+0 |
2014-10-24 | git-svn: reload RA every log-window-size | Eric Wong | 1 | -8/+13 |
2014-05-07 | pager: remove 'S' from $LESS by default | Matthieu Moy | 1 | -1/+1 |
2014-03-31 | comments: fix misuses of "nor" | Justin Lebar | 1 | -1/+1 |
2014-01-13 | Merge branch 'jn/pager-lv-default-env' | Junio C Hamano | 1 | -0/+1 |
2014-01-07 | pager: set LV=-c alongside LESS=FRSX | Jonathan Nieder | 1 | -0/+1 |
2013-12-27 | git-svn: workaround for a bug in svn serf backend | Roman Kagan | 1 | -2/+8 |
2013-09-06 | git-svn: fix termination issues for remote svn connections | Uli Heller | 1 | -0/+8 |
2013-07-07 | git-svn: allow git-svn fetching to work using serf | Kyle J. McKay | 1 | -2/+4 |
2013-05-09 | git-svn: added an --include-path flag | Paul Walmsley | 1 | -2/+14 |
2013-05-09 | Git::SVN::*: add missing "NAME" section to perldoc | Jonathan Nieder | 4 | -0/+8 |
2013-03-27 | git-svn: Support custom tunnel schemes instead of SSH only | Sebastian Schuberth | 1 | -1/+1 |
2013-02-14 | Merge branch 'bw/get-tz-offset-perl' | Junio C Hamano | 1 | -2/+6 |
2013-02-09 | Move Git::SVN::get_tz to Git::get_tz_offset | Ben Walton | 1 | -2/+6 |
2013-01-24 | git-svn: cleanup sprintf usage for uppercasing hex | Eric Wong | 1 | -1/+1 |
2013-01-19 | git-svn: do not escape certain characters in paths | Peter Wu | 1 | -1/+2 |
2013-01-17 | git svn: do not overescape URLs (fallback case) | Jonathan Nieder | 1 | -1/+1 |
2013-01-17 | Git::SVN::Editor::T: pass $deletions to ->A and ->D | Jonathan Nieder | 1 | -2/+2 |
2012-12-17 | git-svn, perl/Git.pm: extend and use Git->prompt method for querying users | Sven Strickroth | 1 | -9/+7 |
2012-12-17 | git-svn, perl/Git.pm: add central method for prompting passwords | Sven Strickroth | 1 | -19/+1 |
2012-10-10 | git svn: work around SVN 1.7 mishandling of svn:special changes | Jonathan Nieder | 1 | -1/+24 |
2012-10-05 | git-svn: keep leading slash when canonicalizing paths (fallback case) | Jonathan Nieder | 1 | -1/+0 |
2012-10-05 | git-svn: use path accessor for Git::SVN objects | Eric Wong | 1 | -1/+1 |
2012-10-05 | Make git-svn branch patterns match complete URL | Ammon Riley | 1 | -1/+3 |
2012-08-02 | git-svn: canonicalize newly-minted URLs | Michael G. Schwern | 1 | -1/+8 |
2012-08-02 | git-svn: introduce add_path_to_url function | Michael G. Schwern | 2 | -4/+31 |
2012-08-02 | git-svn: canonicalize earlier | Michael G. Schwern | 1 | -2/+2 |
2012-08-02 | git-svn: replace URL escapes with canonicalization | Michael G. Schwern | 1 | -22/+5 |
2012-08-02 | git-svn: attempt to mimic SVN 1.7 URL canonicalization | Michael G. Schwern | 1 | -2/+17 |
2012-08-02 | Git::SVN{,::Ra}: canonicalize earlier | Michael G. Schwern | 1 | -1/+5 |
2012-08-02 | git-svn: path canonicalization uses SVN API | Michael G. Schwern | 1 | -0/+24 |
2012-08-02 | Git::SVN::Utils: remove irrelevant comment | Michael G. Schwern | 1 | -2/+0 |
2012-08-02 | git-svn: add join_paths() to safely concatenate paths | Michael G. Schwern | 1 | -0/+32 |
2012-08-02 | git-svn: factor out _collapse_dotdot function | Michael G. Schwern | 1 | -1/+13 |
2012-08-02 | git-svn: use SVN 1.7 to canonicalize when possible | Michael G. Schwern | 1 | -0/+16 |
2012-08-02 | git-svn: move canonicalization to Git::SVN::Utils | Michael G. Schwern | 1 | -1/+51 |
2012-08-02 | use Git::SVN{,::RA}->url accessor globally | Michael G. Schwern | 1 | -3/+3 |
2012-08-02 | use Git::SVN->path accessor globally | Michael G. Schwern | 2 | -4/+4 |
2012-08-02 | Git::SVN::Ra: use accessor for URLs | Michael G. Schwern | 1 | -11/+27 |
2012-07-27 | Extract Git::SVN::GlobSpec from git-svn. | Michael G. Schwern | 1 | -0/+59 |
2012-07-27 | Move Git::IndexInfo into its own file. | Michael G. Schwern | 1 | -0/+1 |
2012-07-27 | Extract Git::SVN::Migration from git-svn. | Michael G. Schwern | 1 | -0/+258 |
2012-07-27 | Extract Git::SVN::Log from git-svn. | Michael G. Schwern | 1 | -0/+395 |