summaryrefslogtreecommitdiff
path: root/perl/Git.pm
Commit message (Expand)AuthorAgeFilesLines
* Git::unquote_path(): throw an exception on bad pathPhillip Wood2017-06-301-2/+2
* Git::unquote_path(): handle '\a'Phillip Wood2017-06-301-1/+2
* add -i: move unquote_path() to Git.pmPhillip Wood2017-06-301-1/+52
* Merge branch 'va/i18n-perl-scripts'Junio C Hamano2016-12-271-0/+38
|\
| * Git.pm: add subroutines for commenting linesVasco Almeida2016-12-141-0/+38
* | Merge branch 'svn-wt' of git://bogomips.org/git-svnJunio C Hamano2016-10-271-1/+15
|\ \
| * | git-svn: reduce scope of input record separator changeEric Wong2016-10-141-1/+15
| |/
* | Merge branch 'mm/send-email-cc-cruft-after-address'Junio C Hamano2016-10-261-6/+9
|\ \ | |/ |/|
| * Git.pm: add comment pointing to t9000mm/send-email-cc-cruft-after-addressMatthieu Moy2016-10-211-0/+2
| * parse_mailboxes: accept extra text after <...> addressMatthieu Moy2016-10-141-6/+7
* | typofix: assorted typofixes in comments, documentation and messageslp/typofixesLi Peng2016-05-061-1/+1
* | Git.pm: stop assuming that absolute paths start with a slashJohannes Schindelin2016-01-261-1/+2
|/
* send-email: reduce dependencies impact on parse_address_lineRemi Lespinet2015-07-071-0/+67
* Git.pm: two minor typo fixesak/git-pm-typofixAlexander Kuleshov2015-02-181-2/+2
* Git.pm: add specified name to tempfile templateEric Wong2014-10-291-1/+4
* Git.pm: revert _temp_cache use of temp_is_lockedkm/svn-1.8-serf-onlyKyle J. McKay2013-07-181-1/+1
* Git.pm: add new temp_is_locked functionKyle J. McKay2013-07-071-2/+31
* Merge branch 'hb/git-pm-tempfile'Junio C Hamano2013-05-011-1/+1
|\
| * Git.pm: call tempfile from File::Temp as a regular functionH. Merijn Brand2013-04-291-1/+1
* | Merge branch 'tr/perl-keep-stderr-open'Junio C Hamano2013-04-151-3/+3
|\ \
| * | perl: redirect stderr to /dev/null instead of closingThomas Rast2013-04-041-3/+3
* | | Sync with 'maint'Junio C Hamano2013-04-121-1/+1
|\ \ \
| * | | Correct common spelling mistakes in comments and testsStefano Lattarini2013-04-121-1/+1
| |/ /
| * | Merge branch 'jc/perl-cat-blob' into maintJunio C Hamano2013-03-261-10/+7
| |\ \
* | \ \ Merge branch 'mn/send-email-works-with-credential'Junio C Hamano2013-03-211-21/+177
|\ \ \ \
| * | | | Git.pm: add interface for git credential commandMichal Nazarewicz2013-02-271-0/+151
| * | | | Git.pm: allow pipes to be closed prior to calling command_close_bidi_pipeMichal Nazarewicz2013-02-121-1/+14
| * | | | Git.pm: refactor command_close_bidi_pipe to use _cmd_closeMichal Nazarewicz2013-02-121-19/+11
| * | | | Git.pm: fix example in command_close_bidi_pipe documentationMichal Nazarewicz2013-02-071-1/+1
| * | | | Git.pm: allow command_close_bidi_pipe to be called as methodMichal Nazarewicz2013-02-071-1/+1
* | | | | Merge branch 'jc/perl-cat-blob'Junio C Hamano2013-03-211-10/+7
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | Git.pm: fix cat_blob crashes on large filesJoshua Clayton2013-02-221-10/+7
| | |/ | |/|
* | | perl/Git.pm: fix get_tz_offset to properly handle DST boundary casesBen Walton2013-02-091-3/+3
* | | Move Git::SVN::get_tz to Git::get_tz_offsetBen Walton2013-02-091-0/+23
| |/ |/|
* | git-svn, perl/Git.pm: extend and use Git->prompt method for querying usersSven Strickroth2012-12-171-11/+17
* | perl/Git.pm: Honor SSH_ASKPASS as fallback if GIT_ASKPASS is not setSven Strickroth2012-12-171-2/+5
* | git-svn, perl/Git.pm: add central method for prompting passwordsSven Strickroth2012-12-171-1/+44
|/
* correct spelling: an URL -> a URLJim Meyering2012-03-281-1/+1
* libperl-git: refactor Git::config_*Junio C Hamano2011-10-181-64/+24
* Add Git::config_path()Cord Seele2011-09-301-0/+32
* perl: command_bidi_pipe() method should set-up git environmensMasatake Osanai2011-02-141-5/+20
* perl: bump the required Perl version to 5.8 from 5.6.[21]Ævar Arnfjörð Bjarmason2010-09-271-0/+1
* Git.pm: better error messagePhilippe Bruhat (BooK)2010-06-181-2/+2
* git-svn: support fetch with autocrlf onErik Faye-Lund2010-03-051-1/+1
* Typofixes outside documentation areaJunio C Hamano2010-02-031-2/+2
* Git.pm: Always set Repository to absolute path if autodetectingFrank Lichtenheld2009-05-091-1/+1
* Git.pm: Set GIT_WORK_TREE if we set GIT_DIRFrank Lichtenheld2009-05-091-0/+2
* add --html-path to get the location of installed HTML docsMarkus Heidelberg2009-04-041-1/+11
* Merge branch 'maint'Junio C Hamano2009-01-131-2/+2
|\
| * Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-01-131-2/+2
| |\