summaryrefslogtreecommitdiff
path: root/perl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Git.pm: Add hash_and_insert_object and cat_blobAdam Roben2008-05-231-2/+150
* Git.pm: Add command_bidi_pipe and command_close_bidi_pipeAdam Roben2008-05-231-0/+56
* Git.pm: Don't require repository instance for identFrank Lichtenheld2008-03-151-6/+6
* Git.pm: Don't require a repository instance for configFrank Lichtenheld2008-03-151-20/+13
* Don't cache DESTDIR in perl/perl.mak.Gerrit Pape2007-12-111-5/+1
* Color support for "git-add -i"Junio C Hamano2007-12-051-0/+35
* Add config_int() method to the Git perl moduleJakub Narebski2007-11-301-0/+31
* When exec() fails include the failing command in the error messageAsk Bjørn Hansen2007-11-071-1/+1
* Install man3 manpages to $PREFIX/share/man/man3 even for site installsmartin f. krafft2007-08-231-0/+1
* Fix git-remote for ActiveState PerlAlex Riesen2007-08-221-1/+7
* War on whitespaceJunio C Hamano2007-06-071-1/+0
* Git.pm: config_boolean() -> config_bool()Petr Baudis2007-05-101-4/+8
* Allow PERL_PATH="/usr/bin/env perl"Bryan Larsen2007-05-031-1/+1
* perl: install private Error.pm if the site version is older than our ownEric Wong2007-04-211-1/+1
* Do not output "GEN " when generating perl.makJohannes Schindelin2007-03-141-1/+1
* More build output cleaning upAlex Riesen2007-03-061-1/+1
* Make 'make' quiet by defaultShawn O. Pearce2007-03-061-1/+1
* Make 'make' quieter while building gitShawn O. Pearce2007-03-061-2/+6
* Add config_boolean() method to the Git perl moduleTheodore Ts'o2007-02-201-0/+30
* Assorted typo fixesPavel Roskin2007-02-032-2/+2
* [PATCH] Rename git-repo-config to git-config.Tom Prince2007-01-281-4/+4
* Cleanup uninitialized value in chompAlex Riesen2007-01-221-1/+1
* Force Activestate Perl to tie git command pipe handle to a handle classAlex Riesen2007-01-221-1/+7
* Insert ACTIVESTATE_STRING in Git.pmAlex Riesen2007-01-221-3/+4
* Fix spurious compile errorJohannes Schindelin2007-01-161-0/+4