Age | Commit message (Expand) | Author | Files | Lines |
2016-10-14 | git-svn: "git worktree" awareness | Eric Wong | 2 | -24/+37 |
2016-10-14 | git-svn: reduce scope of input record separator change | Eric Wong | 3 | -18/+25 |
2016-07-09 | git-svn: warn instead of dying when commit data is missing | Eric Wong | 1 | -2/+6 |
2016-06-22 | git-svn: skip mergeinfo handling with --no-follow-parent | Eric Wong | 1 | -9/+16 |
2016-05-17 | Merge branch 'lp/typofixes' | Junio C Hamano | 1 | -1/+1 |
2016-05-08 | Git/SVN: die when there is no commit metadata | Christian Couder | 1 | -1/+2 |
2016-05-06 | typofix: assorted typofixes in comments, documentation and messages | Li Peng | 1 | -1/+1 |
2016-03-15 | git-svn: shorten glob error message | Eric Wong | 1 | -2/+2 |
2016-03-15 | git-svn: loosen config globs limitations | Victor Leschuk | 1 | -5/+9 |
2016-02-22 | git-svn: apply "svn.pathnameencoding" before URL encoding | Kazutoshi Satoda | 1 | -1/+2 |
2016-02-22 | git-svn: enable "svn.pathnameencoding" on dcommit | Kazutoshi Satoda | 1 | -0/+1 |
2016-02-17 | Merge branch 'js/mingw-tests' | Junio C Hamano | 1 | -1/+2 |
2016-02-01 | Merge branch 'ew/svn-1.9.0-auth' | Junio C Hamano | 1 | -2/+6 |
2016-01-26 | git-svn: fix auth parameter handling on SVN 1.9.0+ | Eric Wong | 1 | -2/+6 |
2016-01-26 | Git.pm: stop assuming that absolute paths start with a slash | Johannes Schindelin | 1 | -1/+2 |
2015-11-10 | git-svn: improve rebase/mkdirs performance | Dair Grant | 1 | -8/+76 |
2015-07-07 | send-email: reduce dependencies impact on parse_address_line | Remi Lespinet | 1 | -0/+67 |
2015-02-26 | Merge branch 'svn-maint-fixes' into svn-fixes | Junio C Hamano | 3 | -1/+13 |
2015-02-26 | Git::SVN::*: avoid premature FileHandle closure | Kyle J. McKay | 2 | -0/+11 |
2015-02-26 | git-svn: fix localtime=true on non-glibc environments | Ryuichi Kokubo | 1 | -1/+2 |
2015-02-26 | git-svn: lazy load some modules | Eric Wong | 4 | -14/+19 |
2015-02-18 | Git.pm: two minor typo fixes | Alexander Kuleshov | 1 | -2/+2 |
2015-01-15 | Git::SVN: handle missing ref_id case correctly | Ramkumar Ramachandra | 1 | -1/+1 |
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-30 | git-svn: add space after "W:" prefix in warning | Eric Wong | 1 | -4/+2 |
2014-10-30 | git-svn: (cleanup) remove editor param passing | Eric Wong | 1 | -6/+4 |
2014-10-29 | git-svn: prepare SVN::Ra config pieces once | Eric Wong | 1 | -27/+36 |
2014-10-29 | Git.pm: add specified name to tempfile template | Eric Wong | 1 | -1/+4 |
2014-10-27 | git-svn: disable _rev_list memoization | Eric Wong | 1 | -10/+0 |
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-10-24 | git-svn: remove mergeinfo rev caching | Eric Wong | 1 | -21/+9 |
2014-10-24 | git-svn: cache only mergeinfo revisions | Eric Wong | 1 | -14/+8 |
2014-10-24 | git-svn: reduce check_cherry_pick cache overhead | Eric Wong | 1 | -13/+15 |
2014-10-24 | git-svn: only look at the root path for svn:mergeinfo | Jakob Stoklund Olesen | 1 | -16/+13 |
2014-10-24 | git-svn: only look at the new parts of svn:mergeinfo | Jakob Stoklund Olesen | 1 | -12/+72 |
2014-06-06 | Merge branch 'mm/pager-less-sans-S' | Junio C Hamano | 1 | -1/+1 |
2014-05-07 | pager: remove 'S' from $LESS by default | Matthieu Moy | 1 | -1/+1 |
2014-04-17 | SVN.pm::parse_svn_date: allow timestamps with a single-digit hour | RomanBelinsky | 1 | -1/+1 |
2014-03-31 | code and test: fix misuses of "nor" | Justin Lebar | 1 | -2/+2 |
2014-03-31 | comments: fix misuses of "nor" | Justin Lebar | 2 | -2/+2 |
2014-01-23 | git-svn: memoize _rev_list and rebuild | lin zuojian | 1 | -3/+38 |
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-18 | Git.pm: revert _temp_cache use of temp_is_locked | Kyle J. McKay | 1 | -1/+1 |
2013-07-07 | git-svn: allow git-svn fetching to work using serf | Kyle J. McKay | 1 | -2/+4 |