| Commit message (Expand) | Author | Age | Files | Lines |
* | When exec() fails include the failing command in the error message | Ask Bjørn Hansen | 2007-11-07 | 1 | -1/+1 |
* | Install man3 manpages to $PREFIX/share/man/man3 even for site installs | martin f. krafft | 2007-08-23 | 1 | -0/+1 |
* | Fix git-remote for ActiveState Perl | Alex Riesen | 2007-08-22 | 1 | -1/+7 |
* | War on whitespace | Junio C Hamano | 2007-06-07 | 1 | -1/+0 |
* | Git.pm: config_boolean() -> config_bool() | Petr Baudis | 2007-05-10 | 1 | -4/+8 |
* | Allow PERL_PATH="/usr/bin/env perl" | Bryan Larsen | 2007-05-03 | 1 | -1/+1 |
* | perl: install private Error.pm if the site version is older than our own | Eric Wong | 2007-04-21 | 1 | -1/+1 |
* | Do not output "GEN " when generating perl.mak | Johannes Schindelin | 2007-03-14 | 1 | -1/+1 |
* | More build output cleaning up | Alex Riesen | 2007-03-06 | 1 | -1/+1 |
* | Make 'make' quiet by default | Shawn O. Pearce | 2007-03-06 | 1 | -1/+1 |
* | Make 'make' quieter while building git | Shawn O. Pearce | 2007-03-06 | 1 | -2/+6 |
* | Add config_boolean() method to the Git perl module | Theodore Ts'o | 2007-02-20 | 1 | -0/+30 |
* | Assorted typo fixes | Pavel Roskin | 2007-02-03 | 2 | -2/+2 |
* | [PATCH] Rename git-repo-config to git-config. | Tom Prince | 2007-01-28 | 1 | -4/+4 |
* | Cleanup uninitialized value in chomp | Alex Riesen | 2007-01-22 | 1 | -1/+1 |
* | Force Activestate Perl to tie git command pipe handle to a handle class | Alex Riesen | 2007-01-22 | 1 | -1/+7 |
* | Insert ACTIVESTATE_STRING in Git.pm | Alex Riesen | 2007-01-22 | 1 | -3/+4 |
* | Fix spurious compile error | Johannes Schindelin | 2007-01-16 | 1 | -0/+4 |
* | use 'init' instead of 'init-db' for shipped docs and tools | Nicolas Pitre | 2007-01-12 | 1 | -1/+1 |
* | Fix perl/ build. | Junio C Hamano | 2006-12-08 | 2 | -1/+2 |
* | Make perl/ build procedure ActiveState friendly. | Alex Riesen | 2006-12-04 | 2 | -1/+41 |
* | Git.pm: Kill Git.xs for now | Petr Baudis | 2006-09-23 | 4 | -212/+10 |
* | Revert "Make it possible to set up libgit directly (instead of from the envir... | Junio C Hamano | 2006-09-02 | 2 | -21/+6 |
* | Revert "Git.pm: Introduce fast get_object() method" | Junio C Hamano | 2006-09-02 | 2 | -42/+0 |
* | pass DESTDIR to the generated perl/Makefile | Eric Wong | 2006-08-13 | 1 | -0/+4 |
* | Eliminate Scalar::Util usage from private-Error.pm | Petr Baudis | 2006-07-25 | 1 | -4/+10 |
* | Git.pm: Introduce fast get_object() method | Petr Baudis | 2006-07-09 | 2 | -0/+42 |
* | Make it possible to set up libgit directly (instead of from the environment) | Petr Baudis | 2006-07-09 | 2 | -6/+21 |
* | Git.pm: Introduce ident() and ident_person() methods | Petr Baudis | 2006-07-03 | 1 | -0/+49 |
* | Git.pm: Add config() method | Petr Baudis | 2006-07-03 | 1 | -1/+36 |
* | Git.pm: Don't #define around die | Petr Baudis | 2006-07-02 | 1 | -4/+0 |
* | Git.xs: older perl do not know const char * | Johannes Schindelin | 2006-07-02 | 1 | -3/+3 |
* | Git.pm: Avoid ppport.h | Petr Baudis | 2006-07-02 | 2 | -7/+5 |
* | Git.pm: Remove PerlIO usage from Git.xs | Petr Baudis | 2006-07-02 | 2 | -32/+38 |
* | Fix probing for already installed Error.pm | Pavel Roskin | 2006-07-02 | 2 | -2/+2 |
* | Perly git: work around buggy make implementations. | Junio C Hamano | 2006-07-02 | 1 | -1/+1 |
* | Git.pm: Fix Git->repository("/somewhere/totally/elsewhere") | Petr Baudis | 2006-07-02 | 1 | -1/+2 |
* | Git.pm: Swap hash_object() parameters | Petr Baudis | 2006-07-02 | 2 | -6/+6 |
* | Git.pm: Try to support ActiveState output pipe | Petr Baudis | 2006-07-02 | 1 | -11/+57 |
* | Git.pm: assorted build related fixes. | Petr Baudis | 2006-07-02 | 2 | -4/+3 |
* | Git.pm: Add support for subdirectories inside of working copies | Petr Baudis | 2006-07-02 | 1 | -28/+129 |
* | Git.pm: Implement options for the command interface | Petr Baudis | 2006-07-02 | 1 | -2/+35 |
* | Git.pm: Enhance the command_pipe() mechanism | Petr Baudis | 2006-07-02 | 1 | -23/+53 |
* | Git.pm: Handle failed commands' output | Petr Baudis | 2006-07-02 | 1 | -21/+171 |
* | Git.pm: Better error handling | Petr Baudis | 2006-07-02 | 2 | -16/+60 |
* | Add Error.pm to the distribution | Petr Baudis | 2006-07-02 | 2 | -0/+831 |
* | Git.pm: Implement Git::version() | Petr Baudis | 2006-07-02 | 2 | -1/+23 |
* | Git.pm: Call external commands using execv_git_cmd() | Petr Baudis | 2006-07-02 | 2 | -6/+28 |
* | Git.pm: Implement Git::exec_path() | Petr Baudis | 2006-07-02 | 2 | -1/+26 |
* | Introduce Git.pm (v4) | Petr Baudis | 2006-07-02 | 4 | -0/+500 |