summaryrefslogtreecommitdiff
path: root/perl
Commit message (Expand)AuthorAgeFilesLines
* git-svn: shorten glob error messageEric Wong2016-03-151-2/+2
* git-svn: loosen config globs limitationsVictor Leschuk2016-03-151-5/+9
* git-svn: apply "svn.pathnameencoding" before URL encodingKazutoshi Satoda2016-02-221-1/+2
* git-svn: enable "svn.pathnameencoding" on dcommitKazutoshi Satoda2016-02-221-0/+1
* Merge branch 'js/mingw-tests'Junio C Hamano2016-02-171-1/+2
|\
| * Git.pm: stop assuming that absolute paths start with a slashJohannes Schindelin2016-01-261-1/+2
* | Merge branch 'ew/svn-1.9.0-auth'Junio C Hamano2016-02-011-2/+6
|\ \ | |/ |/|
| * git-svn: fix auth parameter handling on SVN 1.9.0+ew/svn-1.9.0-authEric Wong2016-01-261-2/+6
* | git-svn: improve rebase/mkdirs performanceDair Grant2015-11-101-8/+76
|/
* send-email: reduce dependencies impact on parse_address_lineRemi Lespinet2015-07-071-0/+67
* Merge branch 'svn-maint-fixes' into svn-fixesJunio C Hamano2015-02-263-1/+13
|\
| * Git::SVN::*: avoid premature FileHandle closureew/svn-maint-fixesKyle J. McKay2015-02-262-0/+11
| * git-svn: fix localtime=true on non-glibc environmentsRyuichi Kokubo2015-02-261-1/+2
* | git-svn: lazy load some modulesEric Wong2015-02-264-14/+19
* | Git.pm: two minor typo fixesak/git-pm-typofixAlexander Kuleshov2015-02-181-2/+2
* | Git::SVN: handle missing ref_id case correctlyRamkumar Ramachandra2015-01-151-1/+1
* | git-svn: support for git-svn propsetAlfred Perlstein2014-12-091-0/+38
|/
* git-svn: use SVN::Ra::get_dir2 when possibleEric Wong2014-10-311-1/+11
* git-svn: add space after "W:" prefix in warningEric Wong2014-10-301-4/+2
* git-svn: (cleanup) remove editor param passingEric Wong2014-10-301-6/+4
* git-svn: prepare SVN::Ra config pieces onceEric Wong2014-10-291-27/+36
* Git.pm: add specified name to tempfile templateEric Wong2014-10-291-1/+4
* git-svn: disable _rev_list memoizationEric Wong2014-10-271-10/+0
* git-svn: save a little memory as fetch progressesEric Wong2014-10-251-1/+1
* git-svn: remove unnecessary DESTROY overrideEric Wong2014-10-251-4/+0
* git-svn: reload RA every log-window-sizeEric Wong2014-10-241-8/+13
* git-svn: remove mergeinfo rev cachingEric Wong2014-10-241-21/+9
* git-svn: cache only mergeinfo revisionsEric Wong2014-10-241-14/+8
* git-svn: reduce check_cherry_pick cache overheadEric Wong2014-10-241-13/+15
* git-svn: only look at the root path for svn:mergeinfoJakob Stoklund Olesen2014-10-241-16/+13
* git-svn: only look at the new parts of svn:mergeinfoJakob Stoklund Olesen2014-10-241-12/+72
* Merge branch 'mm/pager-less-sans-S'Junio C Hamano2014-06-061-1/+1
|\
| * pager: remove 'S' from $LESS by defaultmm/pager-less-sans-SMatthieu Moy2014-05-071-1/+1
* | SVN.pm::parse_svn_date: allow timestamps with a single-digit hoursk/svn-parse-datestampRomanBelinsky2014-04-171-1/+1
|/
* code and test: fix misuses of "nor"jl/nor-or-nand-andJustin Lebar2014-03-311-2/+2
* comments: fix misuses of "nor"Justin Lebar2014-03-312-2/+2
* git-svn: memoize _rev_list and rebuildlin zuojian2014-01-231-3/+38
* Merge branch 'jn/pager-lv-default-env'Junio C Hamano2014-01-131-0/+1
|\
| * pager: set LV=-c alongside LESS=FRSXJonathan Nieder2014-01-071-0/+1
* | git-svn: workaround for a bug in svn serf backendRoman Kagan2013-12-271-2/+8
|/
* git-svn: fix termination issues for remote svn connectionsuh/git-svn-serf-fixUli Heller2013-09-061-0/+8
* Git.pm: revert _temp_cache use of temp_is_lockedkm/svn-1.8-serf-onlyKyle J. McKay2013-07-181-1/+1
* git-svn: allow git-svn fetching to work using serfKyle J. McKay2013-07-071-2/+4
* Git.pm: add new temp_is_locked functionKyle J. McKay2013-07-071-2/+31
* git-svn: added an --include-path flagPaul Walmsley2013-05-091-2/+14
* Git::SVN::*: add missing "NAME" section to perldocJonathan Nieder2013-05-094-0/+8
* Merge branch 'hb/git-pm-tempfile'Junio C Hamano2013-05-011-1/+1
|\
| * Git.pm: call tempfile from File::Temp as a regular functionH. Merijn Brand2013-04-291-1/+1
* | Merge branch 'tr/perl-keep-stderr-open'Junio C Hamano2013-04-151-3/+3
|\ \
| * | perl: redirect stderr to /dev/null instead of closingThomas Rast2013-04-041-3/+3