summaryrefslogtreecommitdiff
path: root/perl
Commit message (Expand)AuthorAgeFilesLines
* perl/Makefile: install Git::SVN::* when NO_PERL_MAKEMAKER=yes, tooJonathan Nieder2012-06-151-7/+24
* perl/Makefile.PL: warn about duplicate module list in perl/MakefileJonathan Nieder2012-06-151-0/+4
* git-svn: use YAML format for mergeinfo cache when possibleJonathan Nieder2012-06-102-0/+94
* git-svn: make Git::SVN::RA a separate fileJonathan Nieder2012-06-102-0/+659
* git-svn: make Git::SVN::Editor a separate fileJonathan Nieder2012-06-103-1/+539
* git-svn: make Git::SVN::Fetcher a separate fileJonathan Nieder2012-05-292-0/+603
* git-svn: move Git::SVN::Prompt into its own fileJonathan Nieder2012-05-292-0/+203
* correct spelling: an URL -> a URLJim Meyering2012-03-281-1/+1
* perl/Makefile: install Git::I18N under NO_PERL_MAKEMAKERab/perl-i18nÆvar Arnfjörð Bjarmason2012-03-161-2/+5
* Git::I18N: compatibility with perl <5.8.3Ævar Arnfjörð Bjarmason2012-03-101-1/+10
* Merge branch 'maint'Junio C Hamano2012-01-031-0/+1
|\
| * Merge branch 'maint-1.7.7' into maintJunio C Hamano2012-01-031-0/+1
| |\
| | * Add MYMETA.json to perl/.gitignoreJack Nagel2011-12-291-0/+1
* | | Merge branch 'ab/enable-i18n'Junio C Hamano2011-12-193-2/+104
|\ \ \ | |/ / |/| |
| * | i18n: add infrastructure for translating Git with gettextab/enable-i18nÆvar Arnfjörð Bjarmason2011-12-053-2/+104
* | | Merge branch 'maint-1.7.7' into maintJunio C Hamano2011-12-051-0/+1
|\ \ \ | |/ / |/| / | |/
| * Add MYMETA.yml to perl/.gitignoreSebastian Morr2011-12-051-0/+1
* | libperl-git: refactor Git::config_*Junio C Hamano2011-10-181-64/+24
* | Add Git::config_path()Cord Seele2011-09-301-0/+32
|/
* perl: command_bidi_pipe() method should set-up git environmensMasatake Osanai2011-02-141-5/+20
* perl: bump the required Perl version to 5.8 from 5.6.[21]Ævar Arnfjörð Bjarmason2010-09-271-0/+1
* perl/Makefile: Unset INSTALL_BASE when making perl.makÆvar Arnfjörð Bjarmason2010-08-121-1/+1
* Git.pm: better error messagePhilippe Bruhat (BooK)2010-06-181-2/+2
* git-svn: support fetch with autocrlf onErik Faye-Lund2010-03-051-1/+1
* Typofixes outside documentation areaJunio C Hamano2010-02-031-2/+2
* perl/Makefile.PL: detect MakeMaker versions incompatible with DESTDIRBrandon Casey2009-09-251-0/+8
* pay attention to DESTDIR when building with NO_PERL_MAKEMAKERJunio C Hamano2009-09-221-4/+4
* Git.pm: Always set Repository to absolute path if autodetectingFrank Lichtenheld2009-05-091-1/+1
* Git.pm: Set GIT_WORK_TREE if we set GIT_DIRFrank Lichtenheld2009-05-091-0/+2
* add --html-path to get the location of installed HTML docsMarkus Heidelberg2009-04-041-1/+11
* Merge branch 'maint'Junio C Hamano2009-01-131-2/+2
|\
| * Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-01-131-2/+2
| |\
| | * Git.pm: call Error::Simple() properlyJay Soffian2009-01-131-2/+2
* | | Git.pm: correctly handle directory name that evaluates to "false"Philippe Bruhat (BooK)2009-01-011-3/+4
|/ /
* | Always show which directory is not a git repositoryRichard Hartmann2008-12-211-2/+2
* | Git.pm: Make _temp_cache use the repository directoryMarten Svanfeldt (dev)2008-11-131-5/+10
|/
* Git.pm: do not break inheritanceChristian Jaeger2008-10-191-2/+1
* Git.pm: Use File::Temp->tempfile instead of ->newMarcus Griep2008-09-101-12/+30
* Git.pm: Make File::Spec and File::Temp requirement lazyMarcus Griep2008-08-161-2/+7
* Git.pm: Add faculties to allow temp files to be cachedMarcus Griep2008-08-121-2/+123
* perl/Makefile: handle paths with spaces in the NO_PERL_MAKEMAKER sectionBrandon Casey2008-08-061-4/+4
* Fix typo in perl/Git.pmAbhijit Menon-Sen2008-08-041-1/+1
* Fix hash slice syntax errorAbhijit Menon-Sen2008-08-041-4/+4
* Git.pm: localise $? in command_close_bidi_pipe()Abhijit Menon-Sen2008-08-041-0/+1
* Replace uses of "git-var" with "git var"Todd Zullinger2008-07-301-1/+1
* perl/Makefile: update NO_PERL_MAKEMAKER sectionBrandon Casey2008-07-251-4/+9
* Git.pm: Add remote_refs() git-ls-remote frontendPetr Baudis2008-07-081-1/+55
* Git.pm: fix return value of config methodLea Wiemann2008-06-011-1/+1
* Git.pm: fix documentation of hash_objectLea Wiemann2008-06-011-3/+2
* Git::cat_blob: allow using an empty blob to fix git-svn breakageJunio C Hamano2008-05-271-2/+2