summaryrefslogtreecommitdiff
path: root/perl
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
* tests: disable fsync everywhereEric Wong2021-10-291-2/+15
* Merge branch 'ab/send-email-optim'Junio C Hamano2021-07-221-16/+16
|\
| * 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
* | Merge branch 'so/log-m-implies-p'Junio C Hamano2021-06-141-1/+1
|\ \ | |/ |/|
| * git-svn: stop passing "-m" to "git rev-list"Sergey Organov2021-05-211-1/+1
* | Merge branch 'ab/send-email-inline-hooks-path'Junio C Hamano2021-05-271-13/+0
|\ \
| * | 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
* | | perl: use mock i18n functions under NO_GETTEXT=YÆvar Arnfjörð Bjarmason2021-05-061-0/+10
|/ /
* | git-send-email: Respect core.hooksPath settingRobert Foss2021-03-231-0/+13
|/
* Merge branch 'jk/perl-warning'Junio C Hamano2020-11-0918-18/+18
|\
| * perl: check for perl warnings while running testsJeff King2020-10-2118-18/+18
* | Merge branch 'bc/svn-hash-oid-fix'Junio C Hamano2020-11-021-1/+1
|\ \ | |/ |/|
| * svn: use correct variable name for short OIDbrian m. carlson2020-10-211-1/+1
* | git-send-email: die if sendmail.* config is setDrew DeVault2020-07-231-0/+26
|/
* perl: make SVN code hash independentbrian m. carlson2020-06-224-43/+46
* perl: make Git::IndexInfo work with SHA-256brian m. carlson2020-06-221-2/+4
* perl: create and switch variables for hash constantsbrian m. carlson2020-06-223-7/+7
* Fix spelling errors in documentation outside of Documentation/Elijah Newren2019-11-071-1/+1
* git-svn: trim leading and trailing whitespaces in author nameTobias Klauser2019-09-281-0/+4
* 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 'dj/runtime-prefix'Junio C Hamano2018-05-083-1/+44
|\ \
| * | Makefile: add Perl runtime prefix supportDan Jacques2018-04-112-1/+43
| * | Makefile: generate Perl header from template fileDan Jacques2018-04-111-0/+1
* | | git-svn: allow empty email-address using authors-prog and authors-fileAndreas Heiduk2018-04-051-7/+6
|/ /
* | Merge branch 'ab/perl-fixes'Junio C Hamano2018-03-159-123/+389
|\ \
| * | perl Git::LoadCPAN: emit better errors under NO_PERL_CPAN_FALLBACKSab/perl-fixesÆvar Arnfjörð Bjarmason2018-03-051-1/+32
| * | perl: move the perl/Git/FromCPAN tree to perl/FromCPANÆvar Arnfjörð Bjarmason2018-03-054-3/+2
| * | perl: generalize the Git::LoadCPAN facilityÆvar Arnfjörð Bjarmason2018-03-053-58/+82
| * | perl: move CPAN loader wrappers to another namespaceÆvar Arnfjörð Bjarmason2018-03-053-7/+7
| * | perl: update our copy of Mail::AddressÆvar Arnfjörð Bjarmason2018-03-051-2/+6
| * | perl: update our ancient copy of Error.pmÆvar Arnfjörð Bjarmason2018-03-052-41/+255
| * | 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
| * | perl: *.pm files should not have the executable bitÆvar Arnfjörð Bjarmason2018-02-271-0/+0
* | | Merge branch 'bw/perl-timegm-timelocal-fix'Junio C Hamano2018-03-062-2/+4
|\ \ \ | |/ / |/| |
| * | perl: call timegm and timelocal with 4-digit yearbw/perl-timegm-timelocal-fixBernhard M. Wiedemann2018-02-232-2/+4
* | | Merge branch 'ab/simplify-perl-makefile'Junio C Hamano2018-02-137-162/+49
|\ \ \
| * | | perl: avoid *.pmc and fix Error.pm furtherÆvar Arnfjörð Bjarmason2017-12-281-1/+1
| * | | Makefile: replace perl/Makefile.PL with simple make rulesÆvar Arnfjörð Bjarmason2017-12-117-162/+49
* | | | perl/Git: remove now useless email-address parsing codeMatthieu Moy2018-01-081-71/+0
* | | | send-email: add and use a local copy of Mail::AddressMatthieu Moy2018-01-052-0/+300
| |/ / |/| |
* | | Git/Packet.pm: use 'if' instead of 'unless'cc/git-packet-pmChristian Couder2017-11-221-8/+8