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