aboutsummaryrefslogtreecommitdiff
path: root/perl
Commit message (Expand)AuthorAge
* Git.pm: Use File::Temp->tempfile instead of ->newMarcus Griep2008-09-10
* Git.pm: Make File::Spec and File::Temp requirement lazyMarcus Griep2008-08-16
* Git.pm: Add faculties to allow temp files to be cachedMarcus Griep2008-08-12
* perl/Makefile: handle paths with spaces in the NO_PERL_MAKEMAKER sectionBrandon Casey2008-08-06
* Fix typo in perl/Git.pmAbhijit Menon-Sen2008-08-04
* Fix hash slice syntax errorAbhijit Menon-Sen2008-08-04
* Git.pm: localise $? in command_close_bidi_pipe()Abhijit Menon-Sen2008-08-04
* Replace uses of "git-var" with "git var"Todd Zullinger2008-07-30
* perl/Makefile: update NO_PERL_MAKEMAKER sectionBrandon Casey2008-07-25
* Git.pm: Add remote_refs() git-ls-remote frontendPetr Baudis2008-07-08
* Git.pm: fix return value of config methodLea Wiemann2008-06-01
* Git.pm: fix documentation of hash_objectLea Wiemann2008-06-01
* Git::cat_blob: allow using an empty blob to fix git-svn breakageJunio C Hamano2008-05-27
* Git.pm: Add hash_and_insert_object and cat_blobAdam Roben2008-05-23
* Git.pm: Add command_bidi_pipe and command_close_bidi_pipeAdam Roben2008-05-23
* Git.pm: Don't require repository instance for identFrank Lichtenheld2008-03-15
* Git.pm: Don't require a repository instance for configFrank Lichtenheld2008-03-15
* Don't cache DESTDIR in perl/perl.mak.Gerrit Pape2007-12-11
* Color support for "git-add -i"Junio C Hamano2007-12-05
* Add config_int() method to the Git perl moduleJakub Narebski2007-11-30
* When exec() fails include the failing command in the error messageAsk Bjørn Hansen2007-11-07
* Install man3 manpages to $PREFIX/share/man/man3 even for site installsmartin f. krafft2007-08-23
* Fix git-remote for ActiveState PerlAlex Riesen2007-08-22
* War on whitespaceJunio C Hamano2007-06-07
* Git.pm: config_boolean() -> config_bool()Petr Baudis2007-05-10
* Allow PERL_PATH="/usr/bin/env perl"Bryan Larsen2007-05-03
* perl: install private Error.pm if the site version is older than our ownEric Wong2007-04-21
* Do not output "GEN " when generating perl.makJohannes Schindelin2007-03-14
* More build output cleaning upAlex Riesen2007-03-06
* Make 'make' quiet by defaultShawn O. Pearce2007-03-06
* Make 'make' quieter while building gitShawn O. Pearce2007-03-06
* Add config_boolean() method to the Git perl moduleTheodore Ts'o2007-02-20
* Assorted typo fixesPavel Roskin2007-02-03
* [PATCH] Rename git-repo-config to git-config.Tom Prince2007-01-28
* Cleanup uninitialized value in chompAlex Riesen2007-01-22
* Force Activestate Perl to tie git command pipe handle to a handle classAlex Riesen2007-01-22
* Insert ACTIVESTATE_STRING in Git.pmAlex Riesen2007-01-22
* Fix spurious compile errorJohannes Schindelin2007-01-16
* use 'init' instead of 'init-db' for shipped docs and toolsNicolas Pitre2007-01-12
* Fix perl/ build.Junio C Hamano2006-12-08
* Make perl/ build procedure ActiveState friendly.Alex Riesen2006-12-04
* Git.pm: Kill Git.xs for nowPetr Baudis2006-09-23
* Revert "Make it possible to set up libgit directly (instead of from the envir...Junio C Hamano2006-09-02
* Revert "Git.pm: Introduce fast get_object() method"Junio C Hamano2006-09-02
* pass DESTDIR to the generated perl/MakefileEric Wong2006-08-13
* Eliminate Scalar::Util usage from private-Error.pmPetr Baudis2006-07-25
* Git.pm: Introduce fast get_object() methodPetr Baudis2006-07-09
* Make it possible to set up libgit directly (instead of from the environment)Petr Baudis2006-07-09
* Git.pm: Introduce ident() and ident_person() methodsPetr Baudis2006-07-03
* Git.pm: Add config() methodPetr Baudis2006-07-03