| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-03-15 | Merge branch 'ab/perl-fixes' | Junio C Hamano | 1 | -10/+4 |
| 2018-03-06 | Merge branch 'bw/perl-timegm-timelocal-fix' | Junio C Hamano | 1 | -1/+3 |
| 2018-03-05 | perl: move CPAN loader wrappers to another namespace | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2018-03-05 | Git.pm: hard-depend on the File::{Temp,Spec} modules | Ævar Arnfjörð Bjarmason | 1 | -8/+2 |
| 2018-02-27 | Git.pm: add the "use warnings" pragma | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
| 2018-02-27 | Git.pm: remove redundant "use strict" from sub-package | Ævar Arnfjörð Bjarmason | 1 | -1/+0 |
| 2018-02-23 | perl: call timegm and timelocal with 4-digit year | Bernhard M. Wiedemann | 1 | -1/+3 |
| 2018-02-13 | Merge branch 'ab/simplify-perl-makefile' | Junio C Hamano | 1 | -1/+1 |
| 2018-01-08 | perl/Git: remove now useless email-address parsing code | Matthieu Moy | 1 | -71/+0 |
| 2017-12-11 | Makefile: replace perl/Makefile.PL with simple make rules | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2017-08-22 | Merge branch 'jc/perl-git-comment-typofix' | Junio C Hamano | 1 | -1/+1 |
| 2017-08-07 | perl/Git.pm: typofix in a comment | Junio C Hamano | 1 | -1/+1 |
| 2017-06-30 | Git::unquote_path(): throw an exception on bad path | Phillip Wood | 1 | -2/+2 |
| 2017-06-30 | Git::unquote_path(): handle '\a' | Phillip Wood | 1 | -1/+2 |
| 2017-06-30 | add -i: move unquote_path() to Git.pm | Phillip Wood | 1 | -1/+52 |
| 2016-12-27 | Merge branch 'va/i18n-perl-scripts' | Junio C Hamano | 1 | -0/+38 |
| 2016-12-14 | Git.pm: add subroutines for commenting lines | Vasco Almeida | 1 | -0/+38 |
| 2016-11-29 | Merge branch 'mm/send-email-cc-cruft-after-address' into maint | Junio C Hamano | 1 | -6/+9 |
| 2016-10-27 | Merge branch 'svn-wt' of git://bogomips.org/git-svn | Junio C Hamano | 1 | -1/+15 |
| 2016-10-26 | Merge branch 'mm/send-email-cc-cruft-after-address' | Junio C Hamano | 1 | -6/+9 |
| 2016-10-21 | Git.pm: add comment pointing to t9000 | Matthieu Moy | 1 | -0/+2 |
| 2016-10-14 | parse_mailboxes: accept extra text after <...> address | Matthieu Moy | 1 | -6/+7 |
| 2016-10-14 | git-svn: reduce scope of input record separator change | Eric Wong | 1 | -1/+15 |
| 2016-05-06 | typofix: assorted typofixes in comments, documentation and messages | Li Peng | 1 | -1/+1 |
| 2016-01-26 | Git.pm: stop assuming that absolute paths start with a slash | Johannes Schindelin | 1 | -1/+2 |
| 2015-07-07 | send-email: reduce dependencies impact on parse_address_line | Remi Lespinet | 1 | -0/+67 |
| 2015-02-18 | Git.pm: two minor typo fixes | Alexander Kuleshov | 1 | -2/+2 |
| 2014-10-29 | Git.pm: add specified name to tempfile template | Eric Wong | 1 | -1/+4 |
| 2013-07-18 | Git.pm: revert _temp_cache use of temp_is_locked | Kyle J. McKay | 1 | -1/+1 |
| 2013-07-07 | Git.pm: add new temp_is_locked function | Kyle J. McKay | 1 | -2/+31 |
| 2013-05-01 | Merge branch 'hb/git-pm-tempfile' | Junio C Hamano | 1 | -1/+1 |
| 2013-04-29 | Git.pm: call tempfile from File::Temp as a regular function | H. Merijn Brand | 1 | -1/+1 |
| 2013-04-15 | Merge branch 'tr/perl-keep-stderr-open' | Junio C Hamano | 1 | -3/+3 |
| 2013-04-12 | Sync with 'maint' | Junio C Hamano | 1 | -1/+1 |
| 2013-04-12 | Correct common spelling mistakes in comments and tests | Stefano Lattarini | 1 | -1/+1 |
| 2013-04-04 | perl: redirect stderr to /dev/null instead of closing | Thomas Rast | 1 | -3/+3 |
| 2013-03-26 | Merge branch 'jc/perl-cat-blob' into maint | Junio C Hamano | 1 | -10/+7 |
| 2013-03-21 | Merge branch 'mn/send-email-works-with-credential' | Junio C Hamano | 1 | -21/+177 |
| 2013-03-21 | Merge branch 'jc/perl-cat-blob' | Junio C Hamano | 1 | -10/+7 |
| 2013-02-27 | Git.pm: add interface for git credential command | Michal Nazarewicz | 1 | -0/+151 |
| 2013-02-22 | Git.pm: fix cat_blob crashes on large files | Joshua Clayton | 1 | -10/+7 |
| 2013-02-12 | Git.pm: allow pipes to be closed prior to calling command_close_bidi_pipe | Michal Nazarewicz | 1 | -1/+14 |
| 2013-02-12 | Git.pm: refactor command_close_bidi_pipe to use _cmd_close | Michal Nazarewicz | 1 | -19/+11 |
| 2013-02-09 | perl/Git.pm: fix get_tz_offset to properly handle DST boundary cases | Ben Walton | 1 | -3/+3 |
| 2013-02-09 | Move Git::SVN::get_tz to Git::get_tz_offset | Ben Walton | 1 | -0/+23 |
| 2013-02-07 | Git.pm: fix example in command_close_bidi_pipe documentation | Michal Nazarewicz | 1 | -1/+1 |
| 2013-02-07 | Git.pm: allow command_close_bidi_pipe to be called as method | Michal Nazarewicz | 1 | -1/+1 |
| 2012-12-17 | git-svn, perl/Git.pm: extend and use Git->prompt method for querying users | Sven Strickroth | 1 | -11/+17 |
| 2012-12-17 | perl/Git.pm: Honor SSH_ASKPASS as fallback if GIT_ASKPASS is not set | Sven Strickroth | 1 | -2/+5 |
| 2012-12-17 | git-svn, perl/Git.pm: add central method for prompting passwords | Sven Strickroth | 1 | -1/+44 |
| 2012-03-28 | correct spelling: an URL -> a URL | Jim Meyering | 1 | -1/+1 |
| 2011-10-18 | libperl-git: refactor Git::config_* | Junio C Hamano | 1 | -64/+24 |
| 2011-09-30 | Add Git::config_path() | Cord Seele | 1 | -0/+32 |
| 2011-02-14 | perl: command_bidi_pipe() method should set-up git environmens | Masatake Osanai | 1 | -5/+20 |
| 2010-09-27 | perl: bump the required Perl version to 5.8 from 5.6.[21] | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
| 2010-06-18 | Git.pm: better error message | Philippe Bruhat (BooK) | 1 | -2/+2 |
| 2010-03-05 | git-svn: support fetch with autocrlf on | Erik Faye-Lund | 1 | -1/+1 |
| 2010-02-03 | Typofixes outside documentation area | Junio C Hamano | 1 | -2/+2 |
| 2009-05-09 | Git.pm: Always set Repository to absolute path if autodetecting | Frank Lichtenheld | 1 | -1/+1 |
| 2009-05-09 | Git.pm: Set GIT_WORK_TREE if we set GIT_DIR | Frank Lichtenheld | 1 | -0/+2 |
| 2009-04-04 | add --html-path to get the location of installed HTML docs | Markus Heidelberg | 1 | -1/+11 |
| 2009-01-13 | Merge branch 'maint' | Junio C Hamano | 1 | -2/+2 |
| 2009-01-13 | Merge branch 'maint-1.6.0' into maint | Junio C Hamano | 1 | -2/+2 |
| 2009-01-13 | Git.pm: call Error::Simple() properly | Jay Soffian | 1 | -2/+2 |
| 2009-01-01 | Git.pm: correctly handle directory name that evaluates to "false" | Philippe Bruhat (BooK) | 1 | -3/+4 |
| 2008-12-21 | Always show which directory is not a git repository | Richard Hartmann | 1 | -2/+2 |
| 2008-11-13 | Git.pm: Make _temp_cache use the repository directory | Marten Svanfeldt (dev) | 1 | -5/+10 |
| 2008-10-19 | Git.pm: do not break inheritance | Christian Jaeger | 1 | -2/+1 |
| 2008-09-10 | Git.pm: Use File::Temp->tempfile instead of ->new | Marcus Griep | 1 | -12/+30 |
| 2008-08-16 | Git.pm: Make File::Spec and File::Temp requirement lazy | Marcus Griep | 1 | -2/+7 |
| 2008-08-12 | Git.pm: Add faculties to allow temp files to be cached | Marcus Griep | 1 | -2/+123 |
| 2008-08-04 | Fix typo in perl/Git.pm | Abhijit Menon-Sen | 1 | -1/+1 |
| 2008-08-04 | Fix hash slice syntax error | Abhijit Menon-Sen | 1 | -4/+4 |
| 2008-08-04 | Git.pm: localise $? in command_close_bidi_pipe() | Abhijit Menon-Sen | 1 | -0/+1 |
| 2008-07-30 | Replace uses of "git-var" with "git var" | Todd Zullinger | 1 | -1/+1 |
| 2008-07-08 | Git.pm: Add remote_refs() git-ls-remote frontend | Petr Baudis | 1 | -1/+55 |
| 2008-06-01 | Git.pm: fix return value of config method | Lea Wiemann | 1 | -1/+1 |
| 2008-06-01 | Git.pm: fix documentation of hash_object | Lea Wiemann | 1 | -3/+2 |
| 2008-05-27 | Git::cat_blob: allow using an empty blob to fix git-svn breakage | Junio C Hamano | 1 | -2/+2 |
| 2008-05-23 | Git.pm: Add hash_and_insert_object and cat_blob | Adam Roben | 1 | -2/+150 |
| 2008-05-23 | Git.pm: Add command_bidi_pipe and command_close_bidi_pipe | Adam Roben | 1 | -0/+56 |
| 2008-03-15 | Git.pm: Don't require repository instance for ident | Frank Lichtenheld | 1 | -6/+6 |
| 2008-03-15 | Git.pm: Don't require a repository instance for config | Frank Lichtenheld | 1 | -20/+13 |
| 2007-12-05 | Color support for "git-add -i" | Junio C Hamano | 1 | -0/+35 |
| 2007-11-30 | Add config_int() method to the Git perl module | Jakub Narebski | 1 | -0/+31 |
| 2007-11-07 | When exec() fails include the failing command in the error message | Ask Bjørn Hansen | 1 | -1/+1 |
| 2007-08-22 | Fix git-remote for ActiveState Perl | Alex Riesen | 1 | -1/+7 |
| 2007-05-10 | Git.pm: config_boolean() -> config_bool() | Petr Baudis | 1 | -4/+8 |
| 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 | 1 | -1/+1 |
| 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-12 | use 'init' instead of 'init-db' for shipped docs and tools | Nicolas Pitre | 1 | -1/+1 |
| 2006-09-23 | Git.pm: Kill Git.xs for now | Petr Baudis | 1 | -67/+9 |
| 2006-09-02 | Revert "Make it possible to set up libgit directly (instead of from the envir... | Junio C Hamano | 1 | -6/+5 |
| 2006-09-02 | Revert "Git.pm: Introduce fast get_object() method" | Junio C Hamano | 1 | -18/+0 |
| 2006-07-09 | Git.pm: Introduce fast get_object() method | Petr Baudis | 1 | -0/+18 |
| 2006-07-09 | Make it possible to set up libgit directly (instead of from the environment) | Petr Baudis | 1 | -5/+6 |
| 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: Remove PerlIO usage from Git.xs | Petr Baudis | 1 | -1/+13 |
| 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 | 1 | -4/+4 |
| 2006-07-02 | Git.pm: Try to support ActiveState output pipe | Petr Baudis | 1 | -11/+57 |
| 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 | 1 | -16/+21 |
| 2006-07-02 | Git.pm: Implement Git::version() | Petr Baudis | 1 | -1/+13 |
| 2006-07-02 | Git.pm: Call external commands using execv_git_cmd() | Petr Baudis | 1 | -6/+6 |
| 2006-07-02 | Git.pm: Implement Git::exec_path() | Petr Baudis | 1 | -1/+14 |
| 2006-07-02 | Introduce Git.pm (v4) | Petr Baudis | 1 | -0/+408 |