aboutsummaryrefslogtreecommitdiffstats
path: root/perl
AgeCommit message (Expand)AuthorFilesLines
2006-09-23Git.pm: Kill Git.xs for nowPetr Baudis4-212/+10
2006-09-02Revert "Make it possible to set up libgit directly (instead of from the envir...Junio C Hamano2-21/+6
2006-09-02Revert "Git.pm: Introduce fast get_object() method"Junio C Hamano2-42/+0
2006-08-13pass DESTDIR to the generated perl/MakefileEric Wong1-0/+4
2006-07-25Eliminate Scalar::Util usage from private-Error.pmPetr Baudis1-4/+10
2006-07-09Git.pm: Introduce fast get_object() methodPetr Baudis2-0/+42
2006-07-09Make it possible to set up libgit directly (instead of from the environment)Petr Baudis2-6/+21
2006-07-03Git.pm: Introduce ident() and ident_person() methodsPetr Baudis1-0/+49
2006-07-03Git.pm: Add config() methodPetr Baudis1-1/+36
2006-07-02Git.pm: Don't #define around diePetr Baudis1-4/+0
2006-07-02Git.xs: older perl do not know const char *Johannes Schindelin1-3/+3
2006-07-02Git.pm: Avoid ppport.hPetr Baudis2-7/+5
2006-07-02Git.pm: Remove PerlIO usage from Git.xsPetr Baudis2-32/+38
2006-07-02Fix probing for already installed Error.pmPavel Roskin2-2/+2
2006-07-02Perly git: work around buggy make implementations.Junio C Hamano1-1/+1
2006-07-02Git.pm: Fix Git->repository("/somewhere/totally/elsewhere")Petr Baudis1-1/+2
2006-07-02Git.pm: Swap hash_object() parametersPetr Baudis2-6/+6
2006-07-02Git.pm: Try to support ActiveState output pipePetr Baudis1-11/+57
2006-07-02Git.pm: assorted build related fixes.Petr Baudis2-4/+3
2006-07-02Git.pm: Add support for subdirectories inside of working copiesPetr Baudis1-28/+129
2006-07-02Git.pm: Implement options for the command interfacePetr Baudis1-2/+35
2006-07-02Git.pm: Enhance the command_pipe() mechanismPetr Baudis1-23/+53
2006-07-02Git.pm: Handle failed commands' outputPetr Baudis1-21/+171
2006-07-02Git.pm: Better error handlingPetr Baudis2-16/+60
2006-07-02Add Error.pm to the distributionPetr Baudis2-0/+831
2006-07-02Git.pm: Implement Git::version()Petr Baudis2-1/+23
2006-07-02Git.pm: Call external commands using execv_git_cmd()Petr Baudis2-6/+28
2006-07-02Git.pm: Implement Git::exec_path()Petr Baudis2-1/+26
2006-07-02Introduce Git.pm (v4)Petr Baudis4-0/+500