| Commit message (Expand) | Author | Age |
* | send-email: reduce dependencies impact on parse_address_line | Remi Lespinet | 2015-07-07 |
* | Git.pm: two minor typo fixes | Alexander Kuleshov | 2015-02-18 |
* | Git.pm: add specified name to tempfile template | Eric Wong | 2014-10-29 |
* | Git.pm: revert _temp_cache use of temp_is_locked | Kyle J. McKay | 2013-07-18 |
* | Git.pm: add new temp_is_locked function | Kyle J. McKay | 2013-07-07 |
* | Merge branch 'hb/git-pm-tempfile' | Junio C Hamano | 2013-05-01 |
|\ |
|
| * | Git.pm: call tempfile from File::Temp as a regular function | H. Merijn Brand | 2013-04-29 |
* | | Merge branch 'tr/perl-keep-stderr-open' | Junio C Hamano | 2013-04-15 |
|\ \ |
|
| * | | perl: redirect stderr to /dev/null instead of closing | Thomas Rast | 2013-04-04 |
* | | | Sync with 'maint' | Junio C Hamano | 2013-04-12 |
|\ \ \ |
|
| * | | | Correct common spelling mistakes in comments and tests | Stefano Lattarini | 2013-04-12 |
| |/ / |
|
| * | | Merge branch 'jc/perl-cat-blob' into maint | Junio C Hamano | 2013-03-26 |
| |\ \ |
|
* | \ \ | Merge branch 'mn/send-email-works-with-credential' | Junio C Hamano | 2013-03-21 |
|\ \ \ \ |
|
| * | | | | Git.pm: add interface for git credential command | Michal Nazarewicz | 2013-02-27 |
| * | | | | Git.pm: allow pipes to be closed prior to calling command_close_bidi_pipe | Michal Nazarewicz | 2013-02-12 |
| * | | | | Git.pm: refactor command_close_bidi_pipe to use _cmd_close | Michal Nazarewicz | 2013-02-12 |
| * | | | | Git.pm: fix example in command_close_bidi_pipe documentation | Michal Nazarewicz | 2013-02-07 |
| * | | | | Git.pm: allow command_close_bidi_pipe to be called as method | Michal Nazarewicz | 2013-02-07 |
* | | | | | Merge branch 'jc/perl-cat-blob' | Junio C Hamano | 2013-03-21 |
|\ \ \ \ \
| |_|/ / /
|/| | / /
| | |/ /
| |/| | |
|
| * | | | Git.pm: fix cat_blob crashes on large files | Joshua Clayton | 2013-02-22 |
| | |/
| |/| |
|
* | | | perl/Git.pm: fix get_tz_offset to properly handle DST boundary cases | Ben Walton | 2013-02-09 |
* | | | Move Git::SVN::get_tz to Git::get_tz_offset | Ben Walton | 2013-02-09 |
| |/
|/| |
|
* | | git-svn, perl/Git.pm: extend and use Git->prompt method for querying users | Sven Strickroth | 2012-12-17 |
* | | perl/Git.pm: Honor SSH_ASKPASS as fallback if GIT_ASKPASS is not set | Sven Strickroth | 2012-12-17 |
* | | git-svn, perl/Git.pm: add central method for prompting passwords | Sven Strickroth | 2012-12-17 |
|/ |
|
* | correct spelling: an URL -> a URL | Jim Meyering | 2012-03-28 |
* | libperl-git: refactor Git::config_* | Junio C Hamano | 2011-10-18 |
* | Add Git::config_path() | Cord Seele | 2011-09-30 |
* | perl: command_bidi_pipe() method should set-up git environmens | Masatake Osanai | 2011-02-14 |
* | perl: bump the required Perl version to 5.8 from 5.6.[21] | Ævar Arnfjörð Bjarmason | 2010-09-27 |
* | Git.pm: better error message | Philippe Bruhat (BooK) | 2010-06-18 |
* | git-svn: support fetch with autocrlf on | Erik Faye-Lund | 2010-03-05 |
* | Typofixes outside documentation area | Junio C Hamano | 2010-02-03 |
* | Git.pm: Always set Repository to absolute path if autodetecting | Frank Lichtenheld | 2009-05-09 |
* | Git.pm: Set GIT_WORK_TREE if we set GIT_DIR | Frank Lichtenheld | 2009-05-09 |
* | add --html-path to get the location of installed HTML docs | Markus Heidelberg | 2009-04-04 |
* | Merge branch 'maint' | Junio C Hamano | 2009-01-13 |
|\ |
|
| * | Merge branch 'maint-1.6.0' into maint | Junio C Hamano | 2009-01-13 |
| |\ |
|
| | * | Git.pm: call Error::Simple() properly | Jay Soffian | 2009-01-13 |
* | | | Git.pm: correctly handle directory name that evaluates to "false" | Philippe Bruhat (BooK) | 2009-01-01 |
|/ / |
|
* | | Always show which directory is not a git repository | Richard Hartmann | 2008-12-21 |
* | | Git.pm: Make _temp_cache use the repository directory | Marten Svanfeldt (dev) | 2008-11-13 |
|/ |
|
* | 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 |
* | 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 |