| Commit message (Expand) | Author | Age | Files | Lines |
* | perl: bump the required Perl version to 5.8 from 5.6.[21] | Ævar Arnfjörð Bjarmason | 2010-09-27 | 1 | -0/+1 |
* | perl/Makefile: Unset INSTALL_BASE when making perl.mak | Ævar Arnfjörð Bjarmason | 2010-08-12 | 1 | -1/+1 |
* | Git.pm: better error message | Philippe Bruhat (BooK) | 2010-06-18 | 1 | -2/+2 |
* | git-svn: support fetch with autocrlf on | Erik Faye-Lund | 2010-03-05 | 1 | -1/+1 |
* | Typofixes outside documentation area | Junio C Hamano | 2010-02-03 | 1 | -2/+2 |
* | perl/Makefile.PL: detect MakeMaker versions incompatible with DESTDIR | Brandon Casey | 2009-09-25 | 1 | -0/+8 |
* | pay attention to DESTDIR when building with NO_PERL_MAKEMAKER | Junio C Hamano | 2009-09-22 | 1 | -4/+4 |
* | Git.pm: Always set Repository to absolute path if autodetecting | Frank Lichtenheld | 2009-05-09 | 1 | -1/+1 |
* | Git.pm: Set GIT_WORK_TREE if we set GIT_DIR | Frank Lichtenheld | 2009-05-09 | 1 | -0/+2 |
* | add --html-path to get the location of installed HTML docs | Markus Heidelberg | 2009-04-04 | 1 | -1/+11 |
* | Merge branch 'maint' | Junio C Hamano | 2009-01-13 | 1 | -2/+2 |
|\ |
|
| * | Merge branch 'maint-1.6.0' into maint | Junio C Hamano | 2009-01-13 | 1 | -2/+2 |
| |\ |
|
| | * | Git.pm: call Error::Simple() properly | Jay Soffian | 2009-01-13 | 1 | -2/+2 |
* | | | 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 |
* | perl/Makefile: handle paths with spaces in the NO_PERL_MAKEMAKER section | Brandon Casey | 2008-08-06 | 1 | -4/+4 |
* | 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 |
* | perl/Makefile: update NO_PERL_MAKEMAKER section | Brandon Casey | 2008-07-25 | 1 | -4/+9 |
* | 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 |
* | Don't cache DESTDIR in perl/perl.mak. | Gerrit Pape | 2007-12-11 | 1 | -5/+1 |
* | 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 |
* | 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 |