summaryrefslogtreecommitdiff
path: root/perl/Git.pm
AgeCommit message (Expand)Author
2017-09-10Merge branch 'jc/perl-git-comment-typofix' into maintJunio C Hamano
2017-08-07perl/Git.pm: typofix in a commentJunio C Hamano
2017-06-30Git::unquote_path(): throw an exception on bad pathPhillip Wood
2017-06-30Git::unquote_path(): handle '\a'Phillip Wood
2017-06-30add -i: move unquote_path() to Git.pmPhillip Wood
2016-12-27Merge branch 'va/i18n-perl-scripts'Junio C Hamano
2016-12-14Git.pm: add subroutines for commenting linesVasco Almeida
2016-11-29Merge branch 'mm/send-email-cc-cruft-after-address' into maintJunio C Hamano
2016-10-27Merge branch 'svn-wt' of git://bogomips.org/git-svnJunio C Hamano
2016-10-26Merge branch 'mm/send-email-cc-cruft-after-address'Junio C Hamano
2016-10-21Git.pm: add comment pointing to t9000Matthieu Moy
2016-10-14parse_mailboxes: accept extra text after <...> addressMatthieu Moy
2016-10-14git-svn: reduce scope of input record separator changeEric Wong
2016-05-06typofix: assorted typofixes in comments, documentation and messagesLi Peng
2016-01-26Git.pm: stop assuming that absolute paths start with a slashJohannes Schindelin
2015-07-07send-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-07Git.pm: add new temp_is_locked functionKyle J. McKay
2013-05-01Merge 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-12Sync with 'maint'Junio C Hamano
2013-04-12Correct common spelling mistakes in comments and testsStefano Lattarini
2013-04-04perl: redirect stderr to /dev/null instead of closingThomas Rast
2013-03-26Merge branch 'jc/perl-cat-blob' into maintJunio C Hamano
2013-03-21Merge branch 'mn/send-email-works-with-credential'Junio C Hamano
2013-03-21Merge branch 'jc/perl-cat-blob'Junio C Hamano
2013-02-27Git.pm: add interface for git credential commandMichal Nazarewicz
2013-02-22Git.pm: fix cat_blob crashes on large filesJoshua Clayton
2013-02-12Git.pm: allow pipes to be closed prior to calling command_close_bidi_pipeMichal Nazarewicz
2013-02-12Git.pm: refactor command_close_bidi_pipe to use _cmd_closeMichal Nazarewicz
2013-02-09perl/Git.pm: fix get_tz_offset to properly handle DST boundary casesBen Walton
2013-02-09Move 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-14perl: 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