| Commit message (Expand) | Author | Age | Files | Lines |
* | Git.pm: correctly handle directory name that evaluates to "false" | Philippe Bruhat (BooK) | 2009-01-01 | 1 | -3/+4 |
* | Always show which directory is not a git repository | Richard Hartmann | 2008-12-21 | 1 | -2/+2 |
* | Git.pm: Make _temp_cache use the repository directory | Marten Svanfeldt (dev) | 2008-11-13 | 1 | -5/+10 |
* | Git.pm: do not break inheritance | Christian Jaeger | 2008-10-19 | 1 | -2/+1 |
* | Git.pm: Use File::Temp->tempfile instead of ->new | Marcus Griep | 2008-09-10 | 1 | -12/+30 |
* | Git.pm: Make File::Spec and File::Temp requirement lazy | Marcus Griep | 2008-08-16 | 1 | -2/+7 |
* | Git.pm: Add faculties to allow temp files to be cached | Marcus Griep | 2008-08-12 | 1 | -2/+123 |
* | Fix typo in perl/Git.pm | Abhijit Menon-Sen | 2008-08-04 | 1 | -1/+1 |
* | Fix hash slice syntax error | Abhijit Menon-Sen | 2008-08-04 | 1 | -4/+4 |
* | Git.pm: localise $? in command_close_bidi_pipe() | Abhijit Menon-Sen | 2008-08-04 | 1 | -0/+1 |
* | Replace uses of "git-var" with "git var" | Todd Zullinger | 2008-07-30 | 1 | -1/+1 |
* | Git.pm: Add remote_refs() git-ls-remote frontend | Petr Baudis | 2008-07-08 | 1 | -1/+55 |
* | Git.pm: fix return value of config method | Lea Wiemann | 2008-06-01 | 1 | -1/+1 |
* | Git.pm: fix documentation of hash_object | Lea Wiemann | 2008-06-01 | 1 | -3/+2 |
* | Git::cat_blob: allow using an empty blob to fix git-svn breakage | Junio C Hamano | 2008-05-27 | 1 | -2/+2 |
* | Git.pm: Add hash_and_insert_object and cat_blob | Adam Roben | 2008-05-23 | 1 | -2/+150 |
* | Git.pm: Add command_bidi_pipe and command_close_bidi_pipe | Adam Roben | 2008-05-23 | 1 | -0/+56 |
* | Git.pm: Don't require repository instance for ident | Frank Lichtenheld | 2008-03-15 | 1 | -6/+6 |
* | Git.pm: Don't require a repository instance for config | Frank Lichtenheld | 2008-03-15 | 1 | -20/+13 |
* | Color support for "git-add -i" | Junio C Hamano | 2007-12-05 | 1 | -0/+35 |
* | Add config_int() method to the Git perl module | Jakub Narebski | 2007-11-30 | 1 | -0/+31 |
* | When exec() fails include the failing command in the error message | Ask Bjørn Hansen | 2007-11-07 | 1 | -1/+1 |
* | Fix git-remote for ActiveState Perl | Alex Riesen | 2007-08-22 | 1 | -1/+7 |
* | Git.pm: config_boolean() -> config_bool() | Petr Baudis | 2007-05-10 | 1 | -4/+8 |
* | 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 | 1 | -1/+1 |
* | [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 |
* | use 'init' instead of 'init-db' for shipped docs and tools | Nicolas Pitre | 2007-01-12 | 1 | -1/+1 |
* | Git.pm: Kill Git.xs for now | Petr Baudis | 2006-09-23 | 1 | -67/+9 |
* | Revert "Make it possible to set up libgit directly (instead of from the envir... | Junio C Hamano | 2006-09-02 | 1 | -6/+5 |
* | Revert "Git.pm: Introduce fast get_object() method" | Junio C Hamano | 2006-09-02 | 1 | -18/+0 |
* | Git.pm: Introduce fast get_object() method | Petr Baudis | 2006-07-09 | 1 | -0/+18 |
* | Make it possible to set up libgit directly (instead of from the environment) | Petr Baudis | 2006-07-09 | 1 | -5/+6 |
* | 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: Remove PerlIO usage from Git.xs | Petr Baudis | 2006-07-02 | 1 | -1/+13 |
* | 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 | 1 | -4/+4 |
* | Git.pm: Try to support ActiveState output pipe | Petr Baudis | 2006-07-02 | 1 | -11/+57 |
* | 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 | 1 | -16/+21 |
* | Git.pm: Implement Git::version() | Petr Baudis | 2006-07-02 | 1 | -1/+13 |
* | Git.pm: Call external commands using execv_git_cmd() | Petr Baudis | 2006-07-02 | 1 | -6/+6 |
* | Git.pm: Implement Git::exec_path() | Petr Baudis | 2006-07-02 | 1 | -1/+14 |