Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-06typofix: assorted typofixes in comments, documentation and messagesLi Peng
2016-01-27Git.pm: stop assuming that absolute paths start with a slashJohannes Schindelin
2015-07-08send-email: reduce dependencies impact on parse_address_lineRemi Lespinet
2015-02-18Git.pm: two minor typo fixesAlexander Kuleshov
2014-10-29Git.pm: add specified name to tempfile templateEric Wong
2013-07-19Git.pm: revert _temp_cache use of temp_is_lockedKyle J. McKay
2013-07-08Git.pm: add new temp_is_locked functionKyle J. McKay
2013-05-02Merge branch 'hb/git-pm-tempfile'Junio C Hamano
2013-04-29Git.pm: call tempfile from File::Temp as a regular functionH. Merijn Brand
2013-04-15Merge branch 'tr/perl-keep-stderr-open'Junio C Hamano
2013-04-13Sync with 'maint'Junio C Hamano
2013-04-13Correct common spelling mistakes in comments and testsStefano Lattarini
2013-04-05perl: redirect stderr to /dev/null instead of closingThomas Rast
2013-03-26Merge branch 'jc/perl-cat-blob' into maintJunio C Hamano
2013-03-22Merge branch 'mn/send-email-works-with-credential'Junio C Hamano
2013-03-22Merge branch 'jc/perl-cat-blob'Junio C Hamano
2013-02-27Git.pm: add interface for git credential commandMichal Nazarewicz
2013-02-23Git.pm: fix cat_blob crashes on large filesJoshua Clayton
2013-02-13Git.pm: allow pipes to be closed prior to calling command_close_bidi_pipeMichal Nazarewicz
2013-02-13Git.pm: refactor command_close_bidi_pipe to use _cmd_closeMichal Nazarewicz
2013-02-10perl/Git.pm: fix get_tz_offset to properly handle DST boundary casesBen Walton
2013-02-10Move Git::SVN::get_tz to Git::get_tz_offsetBen Walton
2013-02-07Git.pm: fix example in command_close_bidi_pipe documentationMichal Nazarewicz
2013-02-07Git.pm: allow command_close_bidi_pipe to be called as methodMichal Nazarewicz
2012-12-18git-svn, perl/Git.pm: extend and use Git->prompt method for querying usersSven Strickroth
2012-12-18perl/Git.pm: Honor SSH_ASKPASS as fallback if GIT_ASKPASS is not setSven Strickroth
2012-12-18git-svn, perl/Git.pm: add central method for prompting passwordsSven Strickroth
2012-03-28correct spelling: an URL -> a URLJim Meyering
2011-10-18libperl-git: refactor Git::config_*Junio C Hamano
2011-09-30Add Git::config_path()Cord Seele
2011-02-15perl: command_bidi_pipe() method should set-up git environmensMasatake Osanai
2010-09-27perl: bump the required Perl version to 5.8 from 5.6.[21]Ævar Arnfjörð Bjarmason
2010-06-18Git.pm: better error messagePhilippe Bruhat (BooK)
2010-03-05git-svn: support fetch with autocrlf onErik Faye-Lund
2010-02-04Typofixes outside documentation areaJunio C Hamano
2009-05-09Git.pm: Always set Repository to absolute path if autodetectingFrank Lichtenheld
2009-05-09Git.pm: Set GIT_WORK_TREE if we set GIT_DIRFrank Lichtenheld
2009-04-05add --html-path to get the location of installed HTML docsMarkus Heidelberg
2009-01-14Merge branch 'maint'Junio C Hamano
2009-01-14Merge branch 'maint-1.6.0' into maintJunio C Hamano
2009-01-14Git.pm: call Error::Simple() properlyJay Soffian
2009-01-01Git.pm: correctly handle directory name that evaluates to "false"Philippe Bruhat (BooK)
2008-12-22Always show which directory is not a git repositoryRichard Hartmann
2008-11-14Git.pm: Make _temp_cache use the repository directoryMarten Svanfeldt (dev)
2008-10-20Git.pm: do not break inheritanceChristian Jaeger
2008-09-10Git.pm: Use File::Temp->tempfile instead of ->newMarcus Griep
2008-08-16Git.pm: Make File::Spec and File::Temp requirement lazyMarcus Griep
2008-08-13Git.pm: Add faculties to allow temp files to be cachedMarcus Griep
2008-08-05Fix typo in perl/Git.pmAbhijit Menon-Sen
2008-08-05Fix hash slice syntax errorAbhijit Menon-Sen