summaryrefslogtreecommitdiffstats
path: root/perl
AgeCommit message (Expand)AuthorLines
2015-03-06Merge branch 'ew/svn-maint-fixes' into maintJunio C Hamano-1/+13
2015-02-26Git::SVN::*: avoid premature FileHandle closureKyle J. McKay-0/+11
2015-02-26git-svn: fix localtime=true on non-glibc environmentsRyuichi Kokubo-1/+2
2015-02-18Git.pm: two minor typo fixesAlexander Kuleshov-2/+2
2015-01-15Git::SVN: handle missing ref_id case correctlyRamkumar Ramachandra-1/+1
2014-12-09git-svn: support for git-svn propsetAlfred Perlstein-0/+38
2014-10-31git-svn: use SVN::Ra::get_dir2 when possibleEric Wong-1/+11
2014-10-30git-svn: add space after "W:" prefix in warningEric Wong-4/+2
2014-10-30git-svn: (cleanup) remove editor param passingEric Wong-6/+4
2014-10-29git-svn: prepare SVN::Ra config pieces onceEric Wong-27/+36
2014-10-29Git.pm: add specified name to tempfile templateEric Wong-1/+4
2014-10-27git-svn: disable _rev_list memoizationEric Wong-10/+0
2014-10-25git-svn: save a little memory as fetch progressesEric Wong-1/+1
2014-10-25git-svn: remove unnecessary DESTROY overrideEric Wong-4/+0
2014-10-24git-svn: reload RA every log-window-sizeEric Wong-8/+13
2014-10-24git-svn: remove mergeinfo rev cachingEric Wong-21/+9
2014-10-24git-svn: cache only mergeinfo revisionsEric Wong-14/+8
2014-10-24git-svn: reduce check_cherry_pick cache overheadEric Wong-13/+15
2014-10-24git-svn: only look at the root path for svn:mergeinfoJakob Stoklund Olesen-16/+13
2014-10-24git-svn: only look at the new parts of svn:mergeinfoJakob Stoklund Olesen-12/+72
2014-06-06Merge branch 'mm/pager-less-sans-S'Junio C Hamano-1/+1
2014-05-07pager: remove 'S' from $LESS by defaultMatthieu Moy-1/+1
2014-04-17SVN.pm::parse_svn_date: allow timestamps with a single-digit hourRomanBelinsky-1/+1
2014-03-31code and test: fix misuses of "nor"Justin Lebar-2/+2
2014-03-31comments: fix misuses of "nor"Justin Lebar-2/+2
2014-01-23git-svn: memoize _rev_list and rebuildlin zuojian-3/+38
2014-01-13Merge branch 'jn/pager-lv-default-env'Junio C Hamano-0/+1
2014-01-07pager: set LV=-c alongside LESS=FRSXJonathan Nieder-0/+1
2013-12-27git-svn: workaround for a bug in svn serf backendRoman Kagan-2/+8
2013-09-06git-svn: fix termination issues for remote svn connectionsUli Heller-0/+8
2013-07-18Git.pm: revert _temp_cache use of temp_is_lockedKyle J. McKay-1/+1
2013-07-07git-svn: allow git-svn fetching to work using serfKyle J. McKay-2/+4
2013-07-07Git.pm: add new temp_is_locked functionKyle J. McKay-2/+31
2013-05-09git-svn: added an --include-path flagPaul Walmsley-2/+14
2013-05-09Git::SVN::*: add missing "NAME" section to perldocJonathan Nieder-0/+8
2013-05-01Merge branch 'hb/git-pm-tempfile'Junio C Hamano-1/+1
2013-04-29Git.pm: call tempfile from File::Temp as a regular functionH. Merijn Brand-1/+1
2013-04-15Merge branch 'tr/perl-keep-stderr-open'Junio C Hamano-3/+3
2013-04-12Sync with 'maint'Junio C Hamano-3/+3
2013-04-12Correct common spelling mistakes in comments and testsStefano Lattarini-3/+3
2013-04-11Merge branch 'maint'Junio C Hamano-2/+2
2013-04-11Typo fix: replacing it's -> itsBenoit Bourbie-2/+2
2013-04-04perl: redirect stderr to /dev/null instead of closingThomas Rast-3/+3
2013-03-27git-svn: Support custom tunnel schemes instead of SSH onlySebastian Schuberth-1/+1
2013-03-26Merge branch 'jc/perl-cat-blob' into maintJunio C Hamano-10/+7
2013-03-21Merge branch 'mn/send-email-works-with-credential'Junio C Hamano-21/+177
2013-03-21Merge branch 'jc/perl-cat-blob'Junio C Hamano-10/+7
2013-03-08git svn: consistent spacing after "W:" in warningsEric Wong-1/+1
2013-03-08git svn: ignore partial svn:mergeinfoJan Pešta-0/+5
2013-02-27Git.pm: add interface for git credential commandMichal Nazarewicz-0/+151