Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/perl
AgeCommit message (Expand)Author
2012-07-28Extract Git::SVN::Migration from git-svn.Michael G. Schwern
2012-07-28Extract Git::SVN::Log from git-svn.Michael G. Schwern
2012-07-28Move initialization of Git::SVN variables into Git::SVN.Michael G. Schwern
2012-07-28Extract Git::SVN from git-svn into its own .pm file.Michael G. Schwern
2012-07-28Extract some utilities from git-svn to allow extracting Git::SVN.Michael G. Schwern
2012-07-28perl: detect new files in MakeMaker buildsJunio C Hamano
2012-07-28The Makefile.PL will now find .pm files itself.Michael G. Schwern
2012-07-28Don't lose Error.pm if $@ gets clobbered.Michael G. Schwern
2012-07-28Quiet warning if Makefile.PL is run with -w and no --localedirMichael G. Schwern
2012-06-30perl/Makefile: Fix a missing double-quoteJohannes Sixt
2012-06-16perl/Makefile: move "mkdir -p" to module installation loop for maintainabilityJonathan Nieder
2012-06-16perl/Makefile: install Git::SVN::* when NO_PERL_MAKEMAKER=yes, tooJonathan Nieder
2012-06-16perl/Makefile.PL: warn about duplicate module list in perl/MakefileJonathan Nieder
2012-06-10git-svn: use YAML format for mergeinfo cache when possibleJonathan Nieder
2012-06-10git-svn: make Git::SVN::RA a separate fileJonathan Nieder
2012-06-10git-svn: make Git::SVN::Editor a separate fileJonathan Nieder
2012-05-29git-svn: make Git::SVN::Fetcher a separate fileJonathan Nieder
2012-05-29git-svn: move Git::SVN::Prompt into its own fileJonathan Nieder
2012-03-28correct spelling: an URL -> a URLJim Meyering
2012-03-16perl/Makefile: install Git::I18N under NO_PERL_MAKEMAKERÆvar Arnfjörð Bjarmason
2012-03-11Git::I18N: compatibility with perl <5.8.3Ævar Arnfjörð Bjarmason
2012-01-04Merge branch 'maint'Junio C Hamano
2012-01-04Merge branch 'maint-1.7.7' into maintJunio C Hamano
2011-12-30Add MYMETA.json to perl/.gitignoreJack Nagel
2011-12-20Merge branch 'ab/enable-i18n'Junio C Hamano
2011-12-06i18n: add infrastructure for translating Git with gettextÆvar Arnfjörð Bjarmason
2011-12-06Merge branch 'maint-1.7.7' into maintJunio C Hamano
2011-12-06Add MYMETA.yml to perl/.gitignoreSebastian Morr
2011-10-18libperl-git: refactor Git::config_*Junio C Hamano
2011-09-30Add Git::config_path()Cord Seele
2011-02-15perl: command_bidi_pipe() method should set-up git environmensMasatake Osanai
2010-09-27perl: bump the required Perl version to 5.8 from 5.6.[21]Ævar Arnfjörð Bjarmason
2010-08-13perl/Makefile: Unset INSTALL_BASE when making perl.makÆvar Arnfjörð Bjarmason
2010-06-18Git.pm: better error messagePhilippe Bruhat (BooK)
2010-03-05git-svn: support fetch with autocrlf onErik Faye-Lund
2010-02-04Typofixes outside documentation areaJunio C Hamano
2009-09-26perl/Makefile.PL: detect MakeMaker versions incompatible with DESTDIRBrandon Casey
2009-09-22pay attention to DESTDIR when building with NO_PERL_MAKEMAKERJunio C Hamano
2009-05-09Git.pm: Always set Repository to absolute path if autodetectingFrank Lichtenheld
2009-05-09Git.pm: Set GIT_WORK_TREE if we set GIT_DIRFrank Lichtenheld
2009-04-05add --html-path to get the location of installed HTML docsMarkus Heidelberg
2009-01-14Merge branch 'maint'Junio C Hamano
2009-01-14Merge branch 'maint-1.6.0' into maintJunio C Hamano
2009-01-14Git.pm: call Error::Simple() properlyJay Soffian
2009-01-01Git.pm: correctly handle directory name that evaluates to "false"Philippe Bruhat (BooK)
2008-12-22Always show which directory is not a git repositoryRichard Hartmann
2008-11-14Git.pm: Make _temp_cache use the repository directoryMarten Svanfeldt (dev)
2008-10-20Git.pm: do not break inheritanceChristian Jaeger
2008-09-10Git.pm: Use File::Temp->tempfile instead of ->newMarcus Griep
2008-08-16Git.pm: Make File::Spec and File::Temp requirement lazyMarcus Griep