Age | Commit message (Expand) | Author | Files | Lines |
2007-01-12 | use 'init' instead of 'init-db' for shipped docs and tools | Nicolas Pitre | 1 | -1/+1 |
2006-12-08 | Fix perl/ build. | Junio C Hamano | 2 | -1/+2 |
2006-12-04 | Make perl/ build procedure ActiveState friendly. | Alex Riesen | 2 | -1/+41 |
2006-09-23 | Git.pm: Kill Git.xs for now | Petr Baudis | 4 | -212/+10 |
2006-09-02 | Revert "Make it possible to set up libgit directly (instead of from the envir... | Junio C Hamano | 2 | -21/+6 |
2006-09-02 | Revert "Git.pm: Introduce fast get_object() method" | Junio C Hamano | 2 | -42/+0 |
2006-08-13 | pass DESTDIR to the generated perl/Makefile | Eric Wong | 1 | -0/+4 |
2006-07-25 | Eliminate Scalar::Util usage from private-Error.pm | Petr Baudis | 1 | -4/+10 |
2006-07-09 | Git.pm: Introduce fast get_object() method | Petr Baudis | 2 | -0/+42 |
2006-07-09 | Make it possible to set up libgit directly (instead of from the environment) | Petr Baudis | 2 | -6/+21 |
2006-07-03 | Git.pm: Introduce ident() and ident_person() methods | Petr Baudis | 1 | -0/+49 |
2006-07-03 | Git.pm: Add config() method | Petr Baudis | 1 | -1/+36 |
2006-07-02 | Git.pm: Don't #define around die | Petr Baudis | 1 | -4/+0 |
2006-07-02 | Git.xs: older perl do not know const char * | Johannes Schindelin | 1 | -3/+3 |
2006-07-02 | Git.pm: Avoid ppport.h | Petr Baudis | 2 | -7/+5 |
2006-07-02 | Git.pm: Remove PerlIO usage from Git.xs | Petr Baudis | 2 | -32/+38 |
2006-07-02 | Fix probing for already installed Error.pm | Pavel Roskin | 2 | -2/+2 |
2006-07-02 | Perly git: work around buggy make implementations. | Junio C Hamano | 1 | -1/+1 |
2006-07-02 | Git.pm: Fix Git->repository("/somewhere/totally/elsewhere") | Petr Baudis | 1 | -1/+2 |
2006-07-02 | Git.pm: Swap hash_object() parameters | Petr Baudis | 2 | -6/+6 |
2006-07-02 | Git.pm: Try to support ActiveState output pipe | Petr Baudis | 1 | -11/+57 |
2006-07-02 | Git.pm: assorted build related fixes. | Petr Baudis | 2 | -4/+3 |
2006-07-02 | Git.pm: Add support for subdirectories inside of working copies | Petr Baudis | 1 | -28/+129 |
2006-07-02 | Git.pm: Implement options for the command interface | Petr Baudis | 1 | -2/+35 |
2006-07-02 | Git.pm: Enhance the command_pipe() mechanism | Petr Baudis | 1 | -23/+53 |
2006-07-02 | Git.pm: Handle failed commands' output | Petr Baudis | 1 | -21/+171 |
2006-07-02 | Git.pm: Better error handling | Petr Baudis | 2 | -16/+60 |
2006-07-02 | Add Error.pm to the distribution | Petr Baudis | 2 | -0/+831 |
2006-07-02 | Git.pm: Implement Git::version() | Petr Baudis | 2 | -1/+23 |
2006-07-02 | Git.pm: Call external commands using execv_git_cmd() | Petr Baudis | 2 | -6/+28 |
2006-07-02 | Git.pm: Implement Git::exec_path() | Petr Baudis | 2 | -1/+26 |
2006-07-02 | Introduce Git.pm (v4) | Petr Baudis | 4 | -0/+500 |