summaryrefslogtreecommitdiff
path: root/perl
Commit message (Expand)AuthorAgeFilesLines
* 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
* use 'init' instead of 'init-db' for shipped docs and toolsNicolas Pitre2007-01-121-1/+1
* Fix perl/ build.Junio C Hamano2006-12-082-1/+2
* Make perl/ build procedure ActiveState friendly.Alex Riesen2006-12-042-1/+41
* Git.pm: Kill Git.xs for nowPetr Baudis2006-09-234-212/+10
* Revert "Make it possible to set up libgit directly (instead of from the envir...Junio C Hamano2006-09-022-21/+6
* Revert "Git.pm: Introduce fast get_object() method"Junio C Hamano2006-09-022-42/+0
* pass DESTDIR to the generated perl/MakefileEric Wong2006-08-131-0/+4
* Eliminate Scalar::Util usage from private-Error.pmPetr Baudis2006-07-251-4/+10
* Git.pm: Introduce fast get_object() methodPetr Baudis2006-07-092-0/+42
* Make it possible to set up libgit directly (instead of from the environment)Petr Baudis2006-07-092-6/+21
* Git.pm: Introduce ident() and ident_person() methodsPetr Baudis2006-07-031-0/+49
* Git.pm: Add config() methodPetr Baudis2006-07-031-1/+36
* Git.pm: Don't #define around diePetr Baudis2006-07-021-4/+0
* Git.xs: older perl do not know const char *Johannes Schindelin2006-07-021-3/+3
* Git.pm: Avoid ppport.hPetr Baudis2006-07-022-7/+5
* Git.pm: Remove PerlIO usage from Git.xsPetr Baudis2006-07-022-32/+38
* Fix probing for already installed Error.pmPavel Roskin2006-07-022-2/+2
* Perly git: work around buggy make implementations.Junio C Hamano2006-07-021-1/+1
* Git.pm: Fix Git->repository("/somewhere/totally/elsewhere")Petr Baudis2006-07-021-1/+2
* Git.pm: Swap hash_object() parametersPetr Baudis2006-07-022-6/+6
* Git.pm: Try to support ActiveState output pipePetr Baudis2006-07-021-11/+57
* Git.pm: assorted build related fixes.Petr Baudis2006-07-022-4/+3
* Git.pm: Add support for subdirectories inside of working copiesPetr Baudis2006-07-021-28/+129
* Git.pm: Implement options for the command interfacePetr Baudis2006-07-021-2/+35
* Git.pm: Enhance the command_pipe() mechanismPetr Baudis2006-07-021-23/+53
* Git.pm: Handle failed commands' outputPetr Baudis2006-07-021-21/+171
* Git.pm: Better error handlingPetr Baudis2006-07-022-16/+60
* Add Error.pm to the distributionPetr Baudis2006-07-022-0/+831
* Git.pm: Implement Git::version()Petr Baudis2006-07-022-1/+23
* Git.pm: Call external commands using execv_git_cmd()Petr Baudis2006-07-022-6/+28
* Git.pm: Implement Git::exec_path()Petr Baudis2006-07-022-1/+26
* Introduce Git.pm (v4)Petr Baudis2006-07-024-0/+500