summaryrefslogtreecommitdiffstats
path: root/perl
AgeCommit message (Expand)AuthorLines
2011-09-30Add Git::config_path()Cord Seele-0/+32
2011-02-14perl: command_bidi_pipe() method should set-up git environmensMasatake Osanai-5/+20
2010-09-27perl: bump the required Perl version to 5.8 from 5.6.[21]Ævar Arnfjörð Bjarmason-0/+1
2010-08-12perl/Makefile: Unset INSTALL_BASE when making perl.makÆvar Arnfjörð Bjarmason-1/+1
2010-06-18Git.pm: better error messagePhilippe Bruhat (BooK)-2/+2
2010-03-05git-svn: support fetch with autocrlf onErik Faye-Lund-1/+1
2010-02-03Typofixes outside documentation areaJunio C Hamano-2/+2
2009-09-25perl/Makefile.PL: detect MakeMaker versions incompatible with DESTDIRBrandon Casey-0/+8
2009-09-22pay attention to DESTDIR when building with NO_PERL_MAKEMAKERJunio C Hamano-4/+4
2009-05-09Git.pm: Always set Repository to absolute path if autodetectingFrank Lichtenheld-1/+1
2009-05-09Git.pm: Set GIT_WORK_TREE if we set GIT_DIRFrank Lichtenheld-0/+2
2009-04-04add --html-path to get the location of installed HTML docsMarkus Heidelberg-1/+11
2009-01-13Merge branch 'maint'Junio C Hamano-2/+2
2009-01-13Merge branch 'maint-1.6.0' into maintJunio C Hamano-2/+2
2009-01-13Git.pm: call Error::Simple() properlyJay Soffian-2/+2
2009-01-01Git.pm: correctly handle directory name that evaluates to "false"Philippe Bruhat (BooK)-3/+4
2008-12-21Always show which directory is not a git repositoryRichard Hartmann-2/+2
2008-11-13Git.pm: Make _temp_cache use the repository directoryMarten Svanfeldt (dev)-5/+10
2008-10-19Git.pm: do not break inheritanceChristian Jaeger-2/+1
2008-09-10Git.pm: Use File::Temp->tempfile instead of ->newMarcus Griep-12/+30
2008-08-16Git.pm: Make File::Spec and File::Temp requirement lazyMarcus Griep-2/+7
2008-08-12Git.pm: Add faculties to allow temp files to be cachedMarcus Griep-2/+123
2008-08-06perl/Makefile: handle paths with spaces in the NO_PERL_MAKEMAKER sectionBrandon Casey-4/+4
2008-08-04Fix typo in perl/Git.pmAbhijit Menon-Sen-1/+1
2008-08-04Fix hash slice syntax errorAbhijit Menon-Sen-4/+4
2008-08-04Git.pm: localise $? in command_close_bidi_pipe()Abhijit Menon-Sen-0/+1
2008-07-30Replace uses of "git-var" with "git var"Todd Zullinger-1/+1
2008-07-25perl/Makefile: update NO_PERL_MAKEMAKER sectionBrandon Casey-4/+9
2008-07-08Git.pm: Add remote_refs() git-ls-remote frontendPetr Baudis-1/+55
2008-06-01Git.pm: fix return value of config methodLea Wiemann-1/+1
2008-06-01Git.pm: fix documentation of hash_objectLea Wiemann-3/+2
2008-05-27Git::cat_blob: allow using an empty blob to fix git-svn breakageJunio C Hamano-2/+2
2008-05-23Git.pm: Add hash_and_insert_object and cat_blobAdam Roben-2/+150
2008-05-23Git.pm: Add command_bidi_pipe and command_close_bidi_pipeAdam Roben-0/+56
2008-03-15Git.pm: Don't require repository instance for identFrank Lichtenheld-6/+6
2008-03-15Git.pm: Don't require a repository instance for configFrank Lichtenheld-20/+13
2007-12-11Don't cache DESTDIR in perl/perl.mak.Gerrit Pape-5/+1
2007-12-05Color support for "git-add -i"Junio C Hamano-0/+35
2007-11-30Add config_int() method to the Git perl moduleJakub Narebski-0/+31
2007-11-07When exec() fails include the failing command in the error messageAsk Bjørn Hansen-1/+1
2007-08-23Install man3 manpages to $PREFIX/share/man/man3 even for site installsmartin f. krafft-0/+1
2007-08-22Fix git-remote for ActiveState PerlAlex Riesen-1/+7
2007-06-07War on whitespaceJunio C Hamano-1/+0
2007-05-10Git.pm: config_boolean() -> config_bool()Petr Baudis-4/+8
2007-05-03Allow PERL_PATH="/usr/bin/env perl"Bryan Larsen-1/+1
2007-04-21perl: install private Error.pm if the site version is older than our ownEric Wong-1/+1
2007-03-14Do not output "GEN " when generating perl.makJohannes Schindelin-1/+1
2007-03-06More build output cleaning upAlex Riesen-1/+1
2007-03-06Make 'make' quiet by defaultShawn O. Pearce-1/+1
2007-03-06Make 'make' quieter while building gitShawn O. Pearce-2/+6