summaryrefslogtreecommitdiff
path: root/perl/Git.pm
Commit message (Expand)AuthorAgeFilesLines
* Git.pm: trust rev-parse to find bare repositoriesJeff King2022-10-221-20/+16
* Git.pm: add semicolon after catch statementMichael McClimon2022-10-171-1/+1
* perl Git.pm: don't ignore signalled failure in _cmd_close()Ævar Arnfjörð Bjarmason2022-02-011-2/+19
* perl: nano-optimize by replacing Cwd::cwd() with Cwd::getcwd()Ævar Arnfjörð Bjarmason2021-05-281-1/+1
* perl: lazily load some common Git.pm setup codeÆvar Arnfjörð Bjarmason2021-05-281-16/+16
* send-email: move "hooks_path" invocation to git-send-email.perlÆvar Arnfjörð Bjarmason2021-05-271-12/+0
* send-email: don't needlessly abs_path() the core.hooksPathÆvar Arnfjörð Bjarmason2021-05-271-2/+1
* git-send-email: Respect core.hooksPath settingRobert Foss2021-03-231-0/+13
* perl: check for perl warnings while running testsJeff King2020-10-211-1/+1
* git-send-email: die if sendmail.* config is setDrew DeVault2020-07-231-0/+26
* Fix spelling errors in documentation outside of Documentation/Elijah Newren2019-11-071-1/+1
* Git.pm: make hash size independentbrian m. carlson2019-04-011-1/+1
* Merge branch 'ab/git-svn-get-record-typofix'Junio C Hamano2018-05-081-1/+1
|\
| * git-svn: avoid warning on undef readline()Ævar Arnfjörð Bjarmason2018-04-091-1/+1
* | Merge branch 'ab/perl-fixes'Junio C Hamano2018-03-151-10/+4
|\ \
| * | perl: move CPAN loader wrappers to another namespaceÆvar Arnfjörð Bjarmason2018-03-051-1/+1
| * | Git.pm: hard-depend on the File::{Temp,Spec} modulesÆvar Arnfjörð Bjarmason2018-03-051-8/+2
| * | Git.pm: add the "use warnings" pragmaÆvar Arnfjörð Bjarmason2018-02-271-0/+1
| * | Git.pm: remove redundant "use strict" from sub-packageÆvar Arnfjörð Bjarmason2018-02-271-1/+0
* | | Merge branch 'bw/perl-timegm-timelocal-fix'Junio C Hamano2018-03-061-1/+3
|\ \ \ | |/ / |/| |
| * | perl: call timegm and timelocal with 4-digit yearbw/perl-timegm-timelocal-fixBernhard M. Wiedemann2018-02-231-1/+3
* | | Merge branch 'ab/simplify-perl-makefile'Junio C Hamano2018-02-131-1/+1
|\ \ \
| * | | Makefile: replace perl/Makefile.PL with simple make rulesÆvar Arnfjörð Bjarmason2017-12-111-1/+1
| |/ /
* | | perl/Git: remove now useless email-address parsing codeMatthieu Moy2018-01-081-71/+0
|/ /
* | Merge branch 'jc/perl-git-comment-typofix'Junio C Hamano2017-08-221-1/+1
|\ \
| * | perl/Git.pm: typofix in a commentjc/perl-git-comment-typofixJunio C Hamano2017-08-071-1/+1
| * | Merge branch 'mm/send-email-cc-cruft-after-address' into maintJunio C Hamano2016-11-291-6/+9
| |\ \
* | | | 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
| |/ /