summaryrefslogtreecommitdiff
path: root/perl
Commit message (Expand)AuthorAgeFilesLines
...
* 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