]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'tz/send-email-negatable-options' into maint-2.43
authorJunio C Hamano <gitster@pobox.com>
Fri, 9 Feb 2024 00:22:00 +0000 (16:22 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 9 Feb 2024 00:22:01 +0000 (16:22 -0800)
Newer versions of Getopt::Long started giving warnings against our
(ab)use of it in "git send-email".  Bump the minimum version
requirement for Perl to 5.8.1 (from September 2002) to allow
simplifying our implementation.

* tz/send-email-negatable-options:
  send-email: avoid duplicate specification warnings
  perl: bump the required Perl version to 5.8.1 from 5.8.0

1  2 
Documentation/CodingGuidelines
git-send-email.perl
git-svn.perl

Simple merge
Simple merge
diff --cc git-svn.perl
Simple merge