aboutsummaryrefslogtreecommitdiffstats
path: root/perl/Git.pm (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-29Git.pm: add specified name to tempfile templateEric Wong1-1/+4
2013-07-18Git.pm: revert _temp_cache use of temp_is_lockedKyle J. McKay1-1/+1
2013-07-07Git.pm: add new temp_is_locked functionKyle J. McKay1-2/+31
2013-05-01Merge branch 'hb/git-pm-tempfile'Junio C Hamano1-1/+1
2013-04-29Git.pm: call tempfile from File::Temp as a regular functionH. Merijn Brand1-1/+1
2013-04-15Merge branch 'tr/perl-keep-stderr-open'Junio C Hamano1-3/+3
2013-04-12Sync with 'maint'Junio C Hamano1-1/+1
2013-04-12Correct common spelling mistakes in comments and testsStefano Lattarini1-1/+1
2013-04-04perl: redirect stderr to /dev/null instead of closingThomas Rast1-3/+3
2013-03-26Merge branch 'jc/perl-cat-blob' into maintJunio C Hamano1-10/+7
2013-03-21Merge branch 'mn/send-email-works-with-credential'Junio C Hamano1-21/+177
2013-03-21Merge branch 'jc/perl-cat-blob'Junio C Hamano1-10/+7
2013-02-27Git.pm: add interface for git credential commandMichal Nazarewicz1-0/+151
2013-02-22Git.pm: fix cat_blob crashes on large filesJoshua Clayton1-10/+7
2013-02-12Git.pm: allow pipes to be closed prior to calling command_close_bidi_pipeMichal Nazarewicz1-1/+14
2013-02-12Git.pm: refactor command_close_bidi_pipe to use _cmd_closeMichal Nazarewicz1-19/+11
2013-02-09perl/Git.pm: fix get_tz_offset to properly handle DST boundary casesBen Walton1-3/+3
2013-02-09Move Git::SVN::get_tz to Git::get_tz_offsetBen Walton1-0/+23
2013-02-07Git.pm: fix example in command_close_bidi_pipe documentationMichal Nazarewicz1-1/+1
2013-02-07Git.pm: allow command_close_bidi_pipe to be called as methodMichal Nazarewicz1-1/+1
2012-12-17git-svn, perl/Git.pm: extend and use Git->prompt method for querying usersSven Strickroth1-11/+17
2012-12-17perl/Git.pm: Honor SSH_ASKPASS as fallback if GIT_ASKPASS is not setSven Strickroth1-2/+5
2012-12-17git-svn, perl/Git.pm: add central method for prompting passwordsSven Strickroth1-1/+44
2012-03-28correct spelling: an URL -> a URLJim Meyering1-1/+1
2011-10-18libperl-git: refactor Git::config_*Junio C Hamano1-64/+24
2011-09-30Add Git::config_path()Cord Seele1-0/+32
2011-02-14perl: command_bidi_pipe() method should set-up git environmensMasatake Osanai1-5/+20
2010-09-27perl: bump the required Perl version to 5.8 from 5.6.[21]Ævar Arnfjörð Bjarmason1-0/+1
2010-06-18Git.pm: better error messagePhilippe Bruhat (BooK)1-2/+2
2010-03-05git-svn: support fetch with autocrlf onErik Faye-Lund1-1/+1
2010-02-03Typofixes outside documentation areaJunio C Hamano1-2/+2
2009-05-09Git.pm: Always set Repository to absolute path if autodetectingFrank Lichtenheld1-1/+1
2009-05-09Git.pm: Set GIT_WORK_TREE if we set GIT_DIRFrank Lichtenheld1-0/+2
2009-04-04add --html-path to get the location of installed HTML docsMarkus Heidelberg1-1/+11
2009-01-13Merge branch 'maint'Junio C Hamano1-2/+2
2009-01-13Merge branch 'maint-1.6.0' into maintJunio C Hamano1-2/+2
2009-01-13Git.pm: call Error::Simple() properlyJay Soffian1-2/+2
2009-01-01Git.pm: correctly handle directory name that evaluates to "false"Philippe Bruhat (BooK)1-3/+4
2008-12-21Always show which directory is not a git repositoryRichard Hartmann1-2/+2
2008-11-13Git.pm: Make _temp_cache use the repository directoryMarten Svanfeldt (dev)1-5/+10
2008-10-19Git.pm: do not break inheritanceChristian Jaeger1-2/+1
2008-09-10Git.pm: Use File::Temp->tempfile instead of ->newMarcus Griep1-12/+30
2008-08-16Git.pm: Make File::Spec and File::Temp requirement lazyMarcus Griep1-2/+7
2008-08-12Git.pm: Add faculties to allow temp files to be cachedMarcus Griep1-2/+123
2008-08-04Fix typo in perl/Git.pmAbhijit Menon-Sen1-1/+1
2008-08-04Fix hash slice syntax errorAbhijit Menon-Sen1-4/+4
2008-08-04Git.pm: localise $? in command_close_bidi_pipe()Abhijit Menon-Sen1-0/+1
2008-07-30Replace uses of "git-var" with "git var"Todd Zullinger1-1/+1
2008-07-08Git.pm: Add remote_refs() git-ls-remote frontendPetr Baudis1-1/+55
2008-06-01Git.pm: fix return value of config methodLea Wiemann1-1/+1