index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
perl
/
Git.pm
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-25
contrib: better support symbolic port names in git-credential-netrc
Maxim Cournoyer
1
-0
/
+13
2024-10-23
Require Perl 5.26.0
brian m. carlson
1
-1
/
+1
2024-09-20
Merge branch 'jk/git-pm-bare-repo-fix'
Junio C Hamano
1
-8
/
+6
2024-09-13
Git.pm: use "rev-parse --absolute-git-dir" rather than perl code
Jeff King
1
-5
/
+5
2024-09-13
Git.pm: fix bare repository search with Directory option
Jeff King
1
-6
/
+4
2024-06-17
Git.pm: use array in command_bidi_pipe example
Eric Wong
1
-2
/
+2
2023-11-17
perl: bump the required Perl version to 5.8.1 from 5.8.0
Todd Zullinger
1
-1
/
+1
2022-10-22
Git.pm: trust rev-parse to find bare repositories
Jeff King
1
-20
/
+16
2022-10-17
Git.pm: add semicolon after catch statement
Michael McClimon
1
-1
/
+1
2022-02-01
perl Git.pm: don't ignore signalled failure in _cmd_close()
Ævar Arnfjörð Bjarmason
1
-2
/
+19
2021-05-28
perl: nano-optimize by replacing Cwd::cwd() with Cwd::getcwd()
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-05-28
perl: lazily load some common Git.pm setup code
Ævar Arnfjörð Bjarmason
1
-16
/
+16
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-03-23
git-send-email: Respect core.hooksPath setting
Robert Foss
1
-0
/
+13
2020-10-21
perl: check for perl warnings while running tests
Jeff King
1
-1
/
+1
2020-07-23
git-send-email: die if sendmail.* config is set
Drew DeVault
1
-0
/
+26
2019-11-07
Fix spelling errors in documentation outside of Documentation/
Elijah Newren
1
-1
/
+1
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-04-09
git-svn: avoid warning on undef readline()
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2018-03-15
Merge branch 'ab/perl-fixes'
Junio C Hamano
1
-10
/
+4
2018-03-06
Merge branch 'bw/perl-timegm-timelocal-fix'
Junio C Hamano
1
-1
/
+3
2018-03-05
perl: move CPAN loader wrappers to another namespace
Ævar Arnfjörð Bjarmason
1
-1
/
+1
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-23
perl: call timegm and timelocal with 4-digit year
Bernhard M. Wiedemann
1
-1
/
+3
2018-02-13
Merge branch 'ab/simplify-perl-makefile'
Junio C Hamano
1
-1
/
+1
2018-01-08
perl/Git: remove now useless email-address parsing code
Matthieu Moy
1
-71
/
+0
2017-12-11
Makefile: replace perl/Makefile.PL with simple make rules
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2017-08-22
Merge branch 'jc/perl-git-comment-typofix'
Junio C Hamano
1
-1
/
+1
2017-08-07
perl/Git.pm: typofix in a comment
Junio C Hamano
1
-1
/
+1
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
2017-06-30
add -i: move unquote_path() to Git.pm
Phillip Wood
1
-1
/
+52
2016-12-27
Merge branch 'va/i18n-perl-scripts'
Junio C Hamano
1
-0
/
+38
2016-12-14
Git.pm: add subroutines for commenting lines
Vasco Almeida
1
-0
/
+38
2016-11-29
Merge branch 'mm/send-email-cc-cruft-after-address' into maint
Junio C Hamano
1
-6
/
+9
2016-10-27
Merge branch 'svn-wt' of git://bogomips.org/git-svn
Junio C Hamano
1
-1
/
+15
2016-10-26
Merge branch 'mm/send-email-cc-cruft-after-address'
Junio C Hamano
1
-6
/
+9
2016-10-21
Git.pm: add comment pointing to t9000
Matthieu Moy
1
-0
/
+2
2016-10-14
parse_mailboxes: accept extra text after <...> address
Matthieu Moy
1
-6
/
+7
2016-10-14
git-svn: reduce scope of input record separator change
Eric Wong
1
-1
/
+15
2016-05-06
typofix: assorted typofixes in comments, documentation and messages
Li Peng
1
-1
/
+1
2016-01-26
Git.pm: stop assuming that absolute paths start with a slash
Johannes Schindelin
1
-1
/
+2
2015-07-07
send-email: reduce dependencies impact on parse_address_line
Remi Lespinet
1
-0
/
+67
2015-02-18
Git.pm: two minor typo fixes
Alexander Kuleshov
1
-2
/
+2
2014-10-29
Git.pm: add specified name to tempfile template
Eric Wong
1
-1
/
+4
2013-07-18
Git.pm: revert _temp_cache use of temp_is_locked
Kyle J. McKay
1
-1
/
+1
[next]