aboutsummaryrefslogtreecommitdiffstats
path: root/perl/Git.pm
AgeCommit message (Expand)AuthorFilesLines
2018-03-15Merge branch 'ab/perl-fixes'Junio C Hamano1-10/+4
2018-03-06Merge branch 'bw/perl-timegm-timelocal-fix'Junio C Hamano1-1/+3
2018-03-05perl: move CPAN loader wrappers to another namespaceÆvar Arnfjörð Bjarmason1-1/+1
2018-03-05Git.pm: hard-depend on the File::{Temp,Spec} modulesÆvar Arnfjörð Bjarmason1-8/+2
2018-02-27Git.pm: add the "use warnings" pragmaÆvar Arnfjörð Bjarmason1-0/+1
2018-02-27Git.pm: remove redundant "use strict" from sub-packageÆvar Arnfjörð Bjarmason1-1/+0
2018-02-23perl: call timegm and timelocal with 4-digit yearBernhard M. Wiedemann1-1/+3
2018-02-13Merge branch 'ab/simplify-perl-makefile'Junio C Hamano1-1/+1
2018-01-08perl/Git: remove now useless email-address parsing codeMatthieu Moy1-71/+0
2017-12-11Makefile: replace perl/Makefile.PL with simple make rulesÆvar Arnfjörð Bjarmason1-1/+1
2017-08-22Merge branch 'jc/perl-git-comment-typofix'Junio C Hamano1-1/+1
2017-08-07perl/Git.pm: typofix in a commentJunio C Hamano1-1/+1
2017-06-30Git::unquote_path(): throw an exception on bad pathPhillip Wood1-2/+2
2017-06-30Git::unquote_path(): handle '\a'Phillip Wood1-1/+2
2017-06-30add -i: move unquote_path() to Git.pmPhillip Wood1-1/+52
2016-12-27Merge branch 'va/i18n-perl-scripts'Junio C Hamano1-0/+38
2016-12-14Git.pm: add subroutines for commenting linesVasco Almeida1-0/+38
2016-11-29Merge branch 'mm/send-email-cc-cruft-after-address' into maintJunio C Hamano1-6/+9
2016-10-27Merge branch 'svn-wt' of git://bogomips.org/git-svnJunio C Hamano1-1/+15
2016-10-26Merge branch 'mm/send-email-cc-cruft-after-address'Junio C Hamano1-6/+9
2016-10-21Git.pm: add comment pointing to t9000Matthieu Moy1-0/+2
2016-10-14parse_mailboxes: accept extra text after <...> addressMatthieu Moy1-6/+7
2016-10-14git-svn: reduce scope of input record separator changeEric Wong1-1/+15
2016-05-06typofix: assorted typofixes in comments, documentation and messagesLi Peng1-1/+1
2016-01-26Git.pm: stop assuming that absolute paths start with a slashJohannes Schindelin1-1/+2
2015-07-07send-email: reduce dependencies impact on parse_address_lineRemi Lespinet1-0/+67
2015-02-18Git.pm: two minor typo fixesAlexander Kuleshov1-2/+2
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
2008-06-01Git.pm: fix documentation of hash_objectLea Wiemann1-3/+2
2008-05-27Git::cat_blob: allow using an empty blob to fix git-svn breakageJunio C Hamano1-2/+2
2008-05-23Git.pm: Add hash_and_insert_object and cat_blobAdam Roben1-2/+150
2008-05-23Git.pm: Add command_bidi_pipe and command_close_bidi_pipeAdam Roben1-0/+56
2008-03-15Git.pm: Don't require repository instance for identFrank Lichtenheld1-6/+6
2008-03-15Git.pm: Don't require a repository instance for configFrank Lichtenheld1-20/+13
2007-12-05Color support for "git-add -i"Junio C Hamano1-0/+35
2007-11-30Add config_int() method to the Git perl moduleJakub Narebski1-0/+31
2007-11-07When exec() fails include the failing command in the error messageAsk Bjørn Hansen1-1/+1
2007-08-22Fix git-remote for ActiveState PerlAlex Riesen1-1/+7
2007-05-10Git.pm: config_boolean() -> config_bool()Petr Baudis1-4/+8
2007-02-20Add config_boolean() method to the Git perl moduleTheodore Ts'o1-0/+30
2007-02-03Assorted typo fixesPavel Roskin1-1/+1
2007-01-28[PATCH] Rename git-repo-config to git-config.Tom Prince1-4/+4
2007-01-22Cleanup uninitialized value in chompAlex Riesen1-1/+1
2007-01-22Force Activestate Perl to tie git command pipe handle to a handle classAlex Riesen1-1/+7
2007-01-22Insert ACTIVESTATE_STRING in Git.pmAlex Riesen1-3/+4
2007-01-12use 'init' instead of 'init-db' for shipped docs and toolsNicolas Pitre1-1/+1
2006-09-23Git.pm: Kill Git.xs for nowPetr Baudis1-67/+9
2006-09-02Revert "Make it possible to set up libgit directly (instead of from the envir...Junio C Hamano1-6/+5
2006-09-02Revert "Git.pm: Introduce fast get_object() method"Junio C Hamano1-18/+0
2006-07-09Git.pm: Introduce fast get_object() methodPetr Baudis1-0/+18
2006-07-09Make it possible to set up libgit directly (instead of from the environment)Petr Baudis1-5/+6
2006-07-03Git.pm: Introduce ident() and ident_person() methodsPetr Baudis1-0/+49
2006-07-03Git.pm: Add config() methodPetr Baudis1-1/+36
2006-07-02Git.pm: Remove PerlIO usage from Git.xsPetr Baudis1-1/+13
2006-07-02Git.pm: Fix Git->repository("/somewhere/totally/elsewhere")Petr Baudis1-1/+2
2006-07-02Git.pm: Swap hash_object() parametersPetr Baudis1-4/+4
2006-07-02Git.pm: Try to support ActiveState output pipePetr Baudis1-11/+57
2006-07-02Git.pm: Add support for subdirectories inside of working copiesPetr Baudis1-28/+129
2006-07-02Git.pm: Implement options for the command interfacePetr Baudis1-2/+35
2006-07-02Git.pm: Enhance the command_pipe() mechanismPetr Baudis1-23/+53
2006-07-02Git.pm: Handle failed commands' outputPetr Baudis1-21/+171
2006-07-02Git.pm: Better error handlingPetr Baudis1-16/+21
2006-07-02Git.pm: Implement Git::version()Petr Baudis1-1/+13
2006-07-02Git.pm: Call external commands using execv_git_cmd()Petr Baudis1-6/+6
2006-07-02Git.pm: Implement Git::exec_path()Petr Baudis1-1/+14
2006-07-02Introduce Git.pm (v4)Petr Baudis1-0/+408