aboutsummaryrefslogtreecommitdiff
path: root/perl/Git.pm
Commit message (Expand)AuthorAge
* Git.pm: add specified name to tempfile templateEric Wong2014-10-29
* Git.pm: revert _temp_cache use of temp_is_lockedKyle J. McKay2013-07-18
* Git.pm: add new temp_is_locked functionKyle J. McKay2013-07-07
* Merge branch 'hb/git-pm-tempfile'Junio C Hamano2013-05-01
|\
| * Git.pm: call tempfile from File::Temp as a regular functionH. Merijn Brand2013-04-29
* | Merge branch 'tr/perl-keep-stderr-open'Junio C Hamano2013-04-15
|\ \
| * | perl: redirect stderr to /dev/null instead of closingThomas Rast2013-04-04
* | | Sync with 'maint'Junio C Hamano2013-04-12
|\ \ \
| * | | Correct common spelling mistakes in comments and testsStefano Lattarini2013-04-12
| |/ /
| * | Merge branch 'jc/perl-cat-blob' into maintJunio C Hamano2013-03-26
| |\ \
* | \ \ Merge branch 'mn/send-email-works-with-credential'Junio C Hamano2013-03-21
|\ \ \ \
| * | | | Git.pm: add interface for git credential commandMichal Nazarewicz2013-02-27
| * | | | Git.pm: allow pipes to be closed prior to calling command_close_bidi_pipeMichal Nazarewicz2013-02-12
| * | | | Git.pm: refactor command_close_bidi_pipe to use _cmd_closeMichal Nazarewicz2013-02-12
| * | | | Git.pm: fix example in command_close_bidi_pipe documentationMichal Nazarewicz2013-02-07
| * | | | Git.pm: allow command_close_bidi_pipe to be called as methodMichal Nazarewicz2013-02-07
* | | | | Merge branch 'jc/perl-cat-blob'Junio C Hamano2013-03-21
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | Git.pm: fix cat_blob crashes on large filesJoshua Clayton2013-02-22
| | |/ | |/|
* | | perl/Git.pm: fix get_tz_offset to properly handle DST boundary casesBen Walton2013-02-09
* | | Move Git::SVN::get_tz to Git::get_tz_offsetBen Walton2013-02-09
| |/ |/|
* | git-svn, perl/Git.pm: extend and use Git->prompt method for querying usersSven Strickroth2012-12-17
* | perl/Git.pm: Honor SSH_ASKPASS as fallback if GIT_ASKPASS is not setSven Strickroth2012-12-17
* | git-svn, perl/Git.pm: add central method for prompting passwordsSven Strickroth2012-12-17
|/
* correct spelling: an URL -> a URLJim Meyering2012-03-28
* libperl-git: refactor Git::config_*Junio C Hamano2011-10-18
* Add Git::config_path()Cord Seele2011-09-30
* perl: command_bidi_pipe() method should set-up git environmensMasatake Osanai2011-02-14
* perl: bump the required Perl version to 5.8 from 5.6.[21]Ævar Arnfjörð Bjarmason2010-09-27
* Git.pm: better error messagePhilippe Bruhat (BooK)2010-06-18
* git-svn: support fetch with autocrlf onErik Faye-Lund2010-03-05
* Typofixes outside documentation areaJunio C Hamano2010-02-03
* Git.pm: Always set Repository to absolute path if autodetectingFrank Lichtenheld2009-05-09
* Git.pm: Set GIT_WORK_TREE if we set GIT_DIRFrank Lichtenheld2009-05-09
* add --html-path to get the location of installed HTML docsMarkus Heidelberg2009-04-04
* Merge branch 'maint'Junio C Hamano2009-01-13
|\
| * Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-01-13
| |\
| | * Git.pm: call Error::Simple() properlyJay Soffian2009-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 repositoryRichard Hartmann2008-12-21
* | Git.pm: Make _temp_cache use the repository directoryMarten Svanfeldt (dev)2008-11-13
|/
* Git.pm: do not break inheritanceChristian Jaeger2008-10-19
* Git.pm: Use File::Temp->tempfile instead of ->newMarcus Griep2008-09-10
* Git.pm: Make File::Spec and File::Temp requirement lazyMarcus Griep2008-08-16
* Git.pm: Add faculties to allow temp files to be cachedMarcus Griep2008-08-12
* Fix typo in perl/Git.pmAbhijit Menon-Sen2008-08-04
* Fix hash slice syntax errorAbhijit Menon-Sen2008-08-04
* Git.pm: localise $? in command_close_bidi_pipe()Abhijit Menon-Sen2008-08-04
* Replace uses of "git-var" with "git var"Todd Zullinger2008-07-30
* Git.pm: Add remote_refs() git-ls-remote frontendPetr Baudis2008-07-08
* Git.pm: fix return value of config methodLea Wiemann2008-06-01