| Commit message (Expand) | Author | Age |
* | Git.pm: do not break inheritance | Christian Jaeger | 2008-10-19 |
* | Git.pm: Use File::Temp->tempfile instead of ->new | Marcus Griep | 2008-09-10 |
* | Git.pm: Make File::Spec and File::Temp requirement lazy | Marcus Griep | 2008-08-16 |
* | Git.pm: Add faculties to allow temp files to be cached | Marcus Griep | 2008-08-12 |
* | perl/Makefile: handle paths with spaces in the NO_PERL_MAKEMAKER section | Brandon Casey | 2008-08-06 |
* | Fix typo in perl/Git.pm | Abhijit Menon-Sen | 2008-08-04 |
* | Fix hash slice syntax error | Abhijit Menon-Sen | 2008-08-04 |
* | Git.pm: localise $? in command_close_bidi_pipe() | Abhijit Menon-Sen | 2008-08-04 |
* | Replace uses of "git-var" with "git var" | Todd Zullinger | 2008-07-30 |
* | perl/Makefile: update NO_PERL_MAKEMAKER section | Brandon Casey | 2008-07-25 |
* | Git.pm: Add remote_refs() git-ls-remote frontend | Petr Baudis | 2008-07-08 |
* | Git.pm: fix return value of config method | Lea Wiemann | 2008-06-01 |
* | Git.pm: fix documentation of hash_object | Lea Wiemann | 2008-06-01 |
* | Git::cat_blob: allow using an empty blob to fix git-svn breakage | Junio C Hamano | 2008-05-27 |
* | Git.pm: Add hash_and_insert_object and cat_blob | Adam Roben | 2008-05-23 |
* | Git.pm: Add command_bidi_pipe and command_close_bidi_pipe | Adam Roben | 2008-05-23 |
* | Git.pm: Don't require repository instance for ident | Frank Lichtenheld | 2008-03-15 |
* | Git.pm: Don't require a repository instance for config | Frank Lichtenheld | 2008-03-15 |
* | Don't cache DESTDIR in perl/perl.mak. | Gerrit Pape | 2007-12-11 |
* | Color support for "git-add -i" | Junio C Hamano | 2007-12-05 |
* | Add config_int() method to the Git perl module | Jakub Narebski | 2007-11-30 |
* | When exec() fails include the failing command in the error message | Ask Bjørn Hansen | 2007-11-07 |
* | Install man3 manpages to $PREFIX/share/man/man3 even for site installs | martin f. krafft | 2007-08-23 |
* | Fix git-remote for ActiveState Perl | Alex Riesen | 2007-08-22 |
* | War on whitespace | Junio C Hamano | 2007-06-07 |
* | Git.pm: config_boolean() -> config_bool() | Petr Baudis | 2007-05-10 |
* | Allow PERL_PATH="/usr/bin/env perl" | Bryan Larsen | 2007-05-03 |
* | perl: install private Error.pm if the site version is older than our own | Eric Wong | 2007-04-21 |
* | Do not output "GEN " when generating perl.mak | Johannes Schindelin | 2007-03-14 |
* | More build output cleaning up | Alex Riesen | 2007-03-06 |
* | Make 'make' quiet by default | Shawn O. Pearce | 2007-03-06 |
* | Make 'make' quieter while building git | Shawn O. Pearce | 2007-03-06 |
* | Add config_boolean() method to the Git perl module | Theodore Ts'o | 2007-02-20 |
* | Assorted typo fixes | Pavel Roskin | 2007-02-03 |
* | [PATCH] Rename git-repo-config to git-config. | Tom Prince | 2007-01-28 |
* | Cleanup uninitialized value in chomp | Alex Riesen | 2007-01-22 |
* | Force Activestate Perl to tie git command pipe handle to a handle class | Alex Riesen | 2007-01-22 |
* | Insert ACTIVESTATE_STRING in Git.pm | Alex Riesen | 2007-01-22 |
* | Fix spurious compile error | Johannes Schindelin | 2007-01-16 |
* | use 'init' instead of 'init-db' for shipped docs and tools | Nicolas Pitre | 2007-01-12 |
* | Fix perl/ build. | Junio C Hamano | 2006-12-08 |
* | Make perl/ build procedure ActiveState friendly. | Alex Riesen | 2006-12-04 |
* | Git.pm: Kill Git.xs for now | Petr Baudis | 2006-09-23 |
* | Revert "Make it possible to set up libgit directly (instead of from the envir... | Junio C Hamano | 2006-09-02 |
* | Revert "Git.pm: Introduce fast get_object() method" | Junio C Hamano | 2006-09-02 |
* | pass DESTDIR to the generated perl/Makefile | Eric Wong | 2006-08-13 |
* | Eliminate Scalar::Util usage from private-Error.pm | Petr Baudis | 2006-07-25 |
* | Git.pm: Introduce fast get_object() method | Petr Baudis | 2006-07-09 |
* | Make it possible to set up libgit directly (instead of from the environment) | Petr Baudis | 2006-07-09 |
* | Git.pm: Introduce ident() and ident_person() methods | Petr Baudis | 2006-07-03 |