summaryrefslogtreecommitdiff
path: root/perl
AgeCommit message (Expand)Author
2007-02-04Assorted typo fixesPavel Roskin
2007-01-29[PATCH] Rename git-repo-config to git-config.Tom Prince
2007-01-22Cleanup uninitialized value in chompAlex Riesen
2007-01-22Force Activestate Perl to tie git command pipe handle to a handle classAlex Riesen
2007-01-22Insert ACTIVESTATE_STRING in Git.pmAlex Riesen
2007-01-16Fix spurious compile errorJohannes Schindelin
2007-01-12use 'init' instead of 'init-db' for shipped docs and toolsNicolas Pitre
2006-12-08Fix perl/ build.Junio C Hamano
2006-12-04Make perl/ build procedure ActiveState friendly.Alex Riesen
2006-09-23Git.pm: Kill Git.xs for nowPetr Baudis
2006-09-03Revert "Make it possible to set up libgit directly (instead of from the envir...Junio C Hamano
2006-09-03Revert "Git.pm: Introduce fast get_object() method"Junio C Hamano
2006-08-13pass DESTDIR to the generated perl/MakefileEric Wong
2006-07-26Eliminate Scalar::Util usage from private-Error.pmPetr Baudis
2006-07-09Git.pm: Introduce fast get_object() methodPetr Baudis
2006-07-09Make it possible to set up libgit directly (instead of from the environment)Petr Baudis
2006-07-04Git.pm: Introduce ident() and ident_person() methodsPetr Baudis
2006-07-04Git.pm: Add config() methodPetr Baudis
2006-07-03Git.pm: Don't #define around diePetr Baudis
2006-07-03Git.xs: older perl do not know const char *Johannes Schindelin
2006-07-03Git.pm: Avoid ppport.hPetr Baudis
2006-07-03Git.pm: Remove PerlIO usage from Git.xsPetr Baudis
2006-07-03Fix probing for already installed Error.pmPavel Roskin
2006-07-03Perly git: work around buggy make implementations.Junio C Hamano
2006-07-03Git.pm: Fix Git->repository("/somewhere/totally/elsewhere")Petr Baudis
2006-07-03Git.pm: Swap hash_object() parametersPetr Baudis
2006-07-03Git.pm: Try to support ActiveState output pipePetr Baudis
2006-07-03Git.pm: assorted build related fixes.Petr Baudis
2006-07-03Git.pm: Add support for subdirectories inside of working copiesPetr Baudis
2006-07-03Git.pm: Implement options for the command interfacePetr Baudis
2006-07-03Git.pm: Enhance the command_pipe() mechanismPetr Baudis
2006-07-03Git.pm: Handle failed commands' outputPetr Baudis
2006-07-03Git.pm: Better error handlingPetr Baudis
2006-07-03Add Error.pm to the distributionPetr Baudis
2006-07-03Git.pm: Implement Git::version()Petr Baudis
2006-07-03Git.pm: Call external commands using execv_git_cmd()Petr Baudis
2006-07-03Git.pm: Implement Git::exec_path()Petr Baudis
2006-07-03Introduce Git.pm (v4)Petr Baudis