summaryrefslogtreecommitdiffstats
path: root/perl (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-032-21/+6
* Revert "Git.pm: Introduce fast get_object() method"Junio C Hamano2006-09-032-42/+0
* pass DESTDIR to the generated perl/MakefileEric Wong2006-08-131-0/+4
* Eliminate Scalar::Util usage from private-Error.pmPetr Baudis2006-07-261-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-041-0/+49
* Git.pm: Add config() methodPetr Baudis2006-07-041-1/+36
* Git.pm: Don't #define around diePetr Baudis2006-07-031-4/+0
* Git.xs: older perl do not know const char *Johannes Schindelin2006-07-031-3/+3
* Git.pm: Avoid ppport.hPetr Baudis2006-07-032-7/+5
* Git.pm: Remove PerlIO usage from Git.xsPetr Baudis2006-07-032-32/+38
* Fix probing for already installed Error.pmPavel Roskin2006-07-032-2/+2
* Perly git: work around buggy make implementations.Junio C Hamano2006-07-031-1/+1
* Git.pm: Fix Git->repository("/somewhere/totally/elsewhere")Petr Baudis2006-07-031-1/+2
* Git.pm: Swap hash_object() parametersPetr Baudis2006-07-032-6/+6
* Git.pm: Try to support ActiveState output pipePetr Baudis2006-07-031-11/+57
* Git.pm: assorted build related fixes.Petr Baudis2006-07-032-4/+3
* Git.pm: Add support for subdirectories inside of working copiesPetr Baudis2006-07-031-28/+129
* Git.pm: Implement options for the command interfacePetr Baudis2006-07-031-2/+35
* Git.pm: Enhance the command_pipe() mechanismPetr Baudis2006-07-031-23/+53
* Git.pm: Handle failed commands' outputPetr Baudis2006-07-031-21/+171
* Git.pm: Better error handlingPetr Baudis2006-07-032-16/+60
* Add Error.pm to the distributionPetr Baudis2006-07-032-0/+831
* Git.pm: Implement Git::version()Petr Baudis2006-07-032-1/+23
* Git.pm: Call external commands using execv_git_cmd()Petr Baudis2006-07-032-6/+28
* Git.pm: Implement Git::exec_path()Petr Baudis2006-07-032-1/+26
* Introduce Git.pm (v4)Petr Baudis2006-07-034-0/+500