Age | Commit message (Expand) | Author | Files | Lines |
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-09-25 | perl/Makefile.PL: detect MakeMaker versions incompatible with DESTDIR | Brandon Casey | 1 | -0/+8 |
2009-09-22 | pay attention to DESTDIR when building with NO_PERL_MAKEMAKER | Junio C Hamano | 1 | -4/+4 |
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-06 | perl/Makefile: handle paths with spaces in the NO_PERL_MAKEMAKER section | Brandon Casey | 1 | -4/+4 |
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-25 | perl/Makefile: update NO_PERL_MAKEMAKER section | Brandon Casey | 1 | -4/+9 |
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-11 | Don't cache DESTDIR in perl/perl.mak. | Gerrit Pape | 1 | -5/+1 |
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-23 | Install man3 manpages to $PREFIX/share/man/man3 even for site installs | martin f. krafft | 1 | -0/+1 |
2007-08-22 | Fix git-remote for ActiveState Perl | Alex Riesen | 1 | -1/+7 |
2007-06-07 | War on whitespace | Junio C Hamano | 1 | -1/+0 |
2007-05-10 | Git.pm: config_boolean() -> config_bool() | Petr Baudis | 1 | -4/+8 |
2007-05-03 | Allow PERL_PATH="/usr/bin/env perl" | Bryan Larsen | 1 | -1/+1 |
2007-04-21 | perl: install private Error.pm if the site version is older than our own | Eric Wong | 1 | -1/+1 |
2007-03-14 | Do not output "GEN " when generating perl.mak | Johannes Schindelin | 1 | -1/+1 |
2007-03-06 | More build output cleaning up | Alex Riesen | 1 | -1/+1 |
2007-03-06 | Make 'make' quiet by default | Shawn O. Pearce | 1 | -1/+1 |
2007-03-06 | Make 'make' quieter while building git | Shawn O. Pearce | 1 | -2/+6 |
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 | 2 | -2/+2 |
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 |