| Commit message (Expand) | Author | Age | Files | Lines |
* | git-svn: support for git-svn propset | Alfred Perlstein | 2014-12-09 | 1 | -0/+38 |
* | git-svn: use SVN::Ra::get_dir2 when possible | Eric Wong | 2014-10-31 | 1 | -1/+11 |
* | git-svn: add space after "W:" prefix in warning | Eric Wong | 2014-10-30 | 1 | -4/+2 |
* | git-svn: (cleanup) remove editor param passing | Eric Wong | 2014-10-30 | 1 | -6/+4 |
* | git-svn: prepare SVN::Ra config pieces once | Eric Wong | 2014-10-29 | 1 | -27/+36 |
* | Git.pm: add specified name to tempfile template | Eric Wong | 2014-10-29 | 1 | -1/+4 |
* | git-svn: disable _rev_list memoization | Eric Wong | 2014-10-27 | 1 | -10/+0 |
* | git-svn: save a little memory as fetch progresses | Eric Wong | 2014-10-25 | 1 | -1/+1 |
* | git-svn: remove unnecessary DESTROY override | Eric Wong | 2014-10-25 | 1 | -4/+0 |
* | git-svn: reload RA every log-window-size | Eric Wong | 2014-10-24 | 1 | -8/+13 |
* | git-svn: remove mergeinfo rev caching | Eric Wong | 2014-10-24 | 1 | -21/+9 |
* | git-svn: cache only mergeinfo revisions | Eric Wong | 2014-10-24 | 1 | -14/+8 |
* | git-svn: reduce check_cherry_pick cache overhead | Eric Wong | 2014-10-24 | 1 | -13/+15 |
* | git-svn: only look at the root path for svn:mergeinfo | Jakob Stoklund Olesen | 2014-10-24 | 1 | -16/+13 |
* | git-svn: only look at the new parts of svn:mergeinfo | Jakob Stoklund Olesen | 2014-10-24 | 1 | -12/+72 |
* | Merge branch 'mm/pager-less-sans-S' | Junio C Hamano | 2014-06-06 | 1 | -1/+1 |
|\ |
|
| * | pager: remove 'S' from $LESS by defaultmm/pager-less-sans-S | Matthieu Moy | 2014-05-07 | 1 | -1/+1 |
* | | SVN.pm::parse_svn_date: allow timestamps with a single-digit hoursk/svn-parse-datestamp | RomanBelinsky | 2014-04-17 | 1 | -1/+1 |
|/ |
|
* | code and test: fix misuses of "nor"jl/nor-or-nand-and | Justin Lebar | 2014-03-31 | 1 | -2/+2 |
* | comments: fix misuses of "nor" | Justin Lebar | 2014-03-31 | 2 | -2/+2 |
* | git-svn: memoize _rev_list and rebuild | lin zuojian | 2014-01-23 | 1 | -3/+38 |
* | Merge branch 'jn/pager-lv-default-env' | Junio C Hamano | 2014-01-13 | 1 | -0/+1 |
|\ |
|
| * | pager: set LV=-c alongside LESS=FRSX | Jonathan Nieder | 2014-01-07 | 1 | -0/+1 |
* | | git-svn: workaround for a bug in svn serf backend | Roman Kagan | 2013-12-27 | 1 | -2/+8 |
|/ |
|
* | git-svn: fix termination issues for remote svn connectionsuh/git-svn-serf-fix | Uli Heller | 2013-09-06 | 1 | -0/+8 |
* | Git.pm: revert _temp_cache use of temp_is_lockedkm/svn-1.8-serf-only | Kyle J. McKay | 2013-07-18 | 1 | -1/+1 |
* | git-svn: allow git-svn fetching to work using serf | Kyle J. McKay | 2013-07-07 | 1 | -2/+4 |
* | Git.pm: add new temp_is_locked function | Kyle J. McKay | 2013-07-07 | 1 | -2/+31 |
* | git-svn: added an --include-path flag | Paul Walmsley | 2013-05-09 | 1 | -2/+14 |
* | Git::SVN::*: add missing "NAME" section to perldoc | Jonathan Nieder | 2013-05-09 | 4 | -0/+8 |
* | Merge branch 'hb/git-pm-tempfile' | Junio C Hamano | 2013-05-01 | 1 | -1/+1 |
|\ |
|
| * | Git.pm: call tempfile from File::Temp as a regular function | H. Merijn Brand | 2013-04-29 | 1 | -1/+1 |
* | | Merge branch 'tr/perl-keep-stderr-open' | Junio C Hamano | 2013-04-15 | 1 | -3/+3 |
|\ \ |
|
| * | | perl: redirect stderr to /dev/null instead of closing | Thomas Rast | 2013-04-04 | 1 | -3/+3 |
* | | | Sync with 'maint' | Junio C Hamano | 2013-04-12 | 3 | -3/+3 |
|\ \ \ |
|
| * | | | Correct common spelling mistakes in comments and tests | Stefano Lattarini | 2013-04-12 | 3 | -3/+3 |
* | | | | Merge branch 'maint' | Junio C Hamano | 2013-04-11 | 1 | -2/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | Typo fix: replacing it's -> its | Benoit Bourbie | 2013-04-11 | 1 | -2/+2 |
| |/ / |
|
| * | | Merge branch 'jc/perl-cat-blob' into maint | Junio C Hamano | 2013-03-26 | 1 | -10/+7 |
| |\ \ |
|
* | | | | git-svn: Support custom tunnel schemes instead of SSH only | Sebastian Schuberth | 2013-03-27 | 1 | -1/+1 |
* | | | | Merge branch 'mn/send-email-works-with-credential' | Junio C Hamano | 2013-03-21 | 1 | -21/+177 |
|\ \ \ \ |
|
| * | | | | Git.pm: add interface for git credential command | Michal Nazarewicz | 2013-02-27 | 1 | -0/+151 |
| * | | | | Git.pm: allow pipes to be closed prior to calling command_close_bidi_pipe | Michal Nazarewicz | 2013-02-12 | 1 | -1/+14 |
| * | | | | Git.pm: refactor command_close_bidi_pipe to use _cmd_close | Michal Nazarewicz | 2013-02-12 | 1 | -19/+11 |
| * | | | | Git.pm: fix example in command_close_bidi_pipe documentation | Michal Nazarewicz | 2013-02-07 | 1 | -1/+1 |
| * | | | | Git.pm: allow command_close_bidi_pipe to be called as method | Michal Nazarewicz | 2013-02-07 | 1 | -1/+1 |
* | | | | | Merge branch 'jc/perl-cat-blob' | Junio C Hamano | 2013-03-21 | 1 | -10/+7 |
|\ \ \ \ \
| |_|/ / /
|/| | / /
| | |/ /
| |/| | |
|
| * | | | Git.pm: fix cat_blob crashes on large files | Joshua Clayton | 2013-02-22 | 1 | -10/+7 |
* | | | | git svn: consistent spacing after "W:" in warnings | Eric Wong | 2013-03-08 | 1 | -1/+1 |
* | | | | git svn: ignore partial svn:mergeinfo | Jan Pešta | 2013-03-08 | 1 | -0/+5 |