Age | Commit message (Expand) | Author | Files | Lines |
2021-05-27 | Merge branch 'ab/send-email-inline-hooks-path' | Junio C Hamano | 1 | -13/+0 |
2021-05-27 | send-email: move "hooks_path" invocation to git-send-email.perl | Ævar Arnfjörð Bjarmason | 1 | -12/+0 |
2021-05-27 | send-email: don't needlessly abs_path() the core.hooksPath | Ævar Arnfjörð Bjarmason | 1 | -2/+1 |
2021-05-06 | perl: use mock i18n functions under NO_GETTEXT=Y | Ævar Arnfjörð Bjarmason | 1 | -0/+10 |
2021-03-23 | git-send-email: Respect core.hooksPath setting | Robert Foss | 1 | -0/+13 |
2020-11-09 | Merge branch 'jk/perl-warning' | Junio C Hamano | 18 | -18/+18 |
2020-11-02 | Merge branch 'bc/svn-hash-oid-fix' | Junio C Hamano | 1 | -1/+1 |
2020-10-21 | perl: check for perl warnings while running tests | Jeff King | 18 | -18/+18 |
2020-10-21 | svn: use correct variable name for short OID | brian m. carlson | 1 | -1/+1 |
2020-07-23 | git-send-email: die if sendmail.* config is set | Drew DeVault | 1 | -0/+26 |
2020-06-22 | perl: make SVN code hash independent | brian m. carlson | 4 | -43/+46 |
2020-06-22 | perl: make Git::IndexInfo work with SHA-256 | brian m. carlson | 1 | -2/+4 |
2020-06-22 | perl: create and switch variables for hash constants | brian m. carlson | 3 | -7/+7 |
2019-11-07 | Fix spelling errors in documentation outside of Documentation/ | Elijah Newren | 1 | -1/+1 |
2019-09-28 | git-svn: trim leading and trailing whitespaces in author name | Tobias Klauser | 1 | -0/+4 |
2019-04-01 | Git.pm: make hash size independent | brian m. carlson | 1 | -1/+1 |
2018-05-08 | Merge branch 'ab/git-svn-get-record-typofix' | Junio C Hamano | 1 | -1/+1 |
2018-05-08 | Merge branch 'dj/runtime-prefix' | Junio C Hamano | 3 | -1/+44 |
2018-04-11 | Makefile: add Perl runtime prefix support | Dan Jacques | 2 | -1/+43 |
2018-04-11 | Makefile: generate Perl header from template file | Dan Jacques | 1 | -0/+1 |
2018-04-09 | git-svn: avoid warning on undef readline() | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2018-04-05 | git-svn: allow empty email-address using authors-prog and authors-file | Andreas Heiduk | 1 | -7/+6 |
2018-03-15 | Merge branch 'ab/perl-fixes' | Junio C Hamano | 9 | -123/+389 |
2018-03-06 | Merge branch 'bw/perl-timegm-timelocal-fix' | Junio C Hamano | 2 | -2/+4 |
2018-03-05 | perl Git::LoadCPAN: emit better errors under NO_PERL_CPAN_FALLBACKS | Ævar Arnfjörð Bjarmason | 1 | -1/+32 |
2018-03-05 | perl: move the perl/Git/FromCPAN tree to perl/FromCPAN | Ævar Arnfjörð Bjarmason | 4 | -3/+2 |
2018-03-05 | perl: generalize the Git::LoadCPAN facility | Ævar Arnfjörð Bjarmason | 3 | -58/+82 |
2018-03-05 | perl: move CPAN loader wrappers to another namespace | Ævar Arnfjörð Bjarmason | 3 | -7/+7 |
2018-03-05 | perl: update our copy of Mail::Address | Ævar Arnfjörð Bjarmason | 1 | -2/+6 |
2018-03-05 | perl: update our ancient copy of Error.pm | Ævar Arnfjörð Bjarmason | 2 | -41/+255 |
2018-03-05 | Git.pm: hard-depend on the File::{Temp,Spec} modules | Ævar Arnfjörð Bjarmason | 1 | -8/+2 |
2018-02-27 | Git.pm: add the "use warnings" pragma | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
2018-02-27 | Git.pm: remove redundant "use strict" from sub-package | Ævar Arnfjörð Bjarmason | 1 | -1/+0 |
2018-02-27 | perl: *.pm files should not have the executable bit | Ævar Arnfjörð Bjarmason | 1 | -0/+0 |
2018-02-23 | perl: call timegm and timelocal with 4-digit year | Bernhard M. Wiedemann | 2 | -2/+4 |
2018-02-13 | Merge branch 'ab/simplify-perl-makefile' | Junio C Hamano | 7 | -162/+49 |
2018-01-08 | perl/Git: remove now useless email-address parsing code | Matthieu Moy | 1 | -71/+0 |
2018-01-05 | send-email: add and use a local copy of Mail::Address | Matthieu Moy | 2 | -0/+300 |
2017-12-28 | perl: avoid *.pmc and fix Error.pm further | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2017-12-11 | Makefile: replace perl/Makefile.PL with simple make rules | Ævar Arnfjörð Bjarmason | 7 | -162/+49 |
2017-11-22 | Git/Packet.pm: use 'if' instead of 'unless' | Christian Couder | 1 | -8/+8 |
2017-11-22 | Git/Packet: clarify that packet_required_key_val_read allows EOF | Christian Couder | 1 | -2/+7 |
2017-11-07 | Git/Packet.pm: extract parts of t0021/rot13-filter.pl for reuse | Christian Couder | 2 | -0/+169 |
2017-08-22 | Merge branch 'ur/svn-local-zone' | Junio C Hamano | 1 | -1/+1 |
2017-08-22 | Merge branch 'jc/perl-git-comment-typofix' | Junio C Hamano | 1 | -1/+1 |
2017-08-08 | git svn fetch: Create correct commit timestamp when using --localtime | Urs Thuermann | 1 | -1/+1 |
2017-08-07 | perl/Git.pm: typofix in a comment | Junio C Hamano | 1 | -1/+1 |
2017-07-10 | Merge branch 'pw/unquote-path-in-git-pm' | Junio C Hamano | 1 | -1/+53 |
2017-06-30 | Git::unquote_path(): throw an exception on bad path | Phillip Wood | 1 | -2/+2 |
2017-06-30 | Git::unquote_path(): handle '\a' | Phillip Wood | 1 | -1/+2 |