Age | Commit message (Expand) | Author | Files | Lines |
2007-06-07 | War on whitespace | Junio C Hamano | 1 | -1/+0 |
2007-05-10 | Git.pm: config_boolean() -> config_bool() | Petr Baudis | 1 | -4/+8 |
2007-05-03 | Allow PERL_PATH="/usr/bin/env perl" | Bryan Larsen | 1 | -1/+1 |
2007-04-21 | perl: install private Error.pm if the site version is older than our own | Eric Wong | 1 | -1/+1 |
2007-03-14 | Do not output "GEN " when generating perl.mak | Johannes Schindelin | 1 | -1/+1 |
2007-03-06 | More build output cleaning up | Alex Riesen | 1 | -1/+1 |
2007-03-06 | Make 'make' quiet by default | Shawn O. Pearce | 1 | -1/+1 |
2007-03-06 | Make 'make' quieter while building git | Shawn O. Pearce | 1 | -2/+6 |
2007-02-20 | Add config_boolean() method to the Git perl module | Theodore Ts'o | 1 | -0/+30 |
2007-02-03 | Assorted typo fixes | Pavel Roskin | 2 | -2/+2 |
2007-01-28 | [PATCH] Rename git-repo-config to git-config. | Tom Prince | 1 | -4/+4 |
2007-01-22 | Cleanup uninitialized value in chomp | Alex Riesen | 1 | -1/+1 |
2007-01-22 | Force Activestate Perl to tie git command pipe handle to a handle class | Alex Riesen | 1 | -1/+7 |
2007-01-22 | Insert ACTIVESTATE_STRING in Git.pm | Alex Riesen | 1 | -3/+4 |
2007-01-16 | Fix spurious compile error | Johannes Schindelin | 1 | -0/+4 |
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 |