Merge branch 'km/send-email-getopt-long-workarounds'
commit0278b3f609f13ecc9d4a31e39057a7c9edf80ec5
authorJunio C Hamano <gitster@pobox.com>
Tue, 3 Mar 2015 22:37:03 +0000 (3 14:37 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 3 Mar 2015 22:37:03 +0000 (3 14:37 -0800)
treeab5bbdbfc7ef4baa4e0f29bc99f31070765c47d4
parent73b690a634b7065471144e0b97c74f30cef2acef
parentf471494303c2d2a085f384eac705379ef2423590
Merge branch 'km/send-email-getopt-long-workarounds'

Even though we officially haven't dropped Perl 5.8 support, the
Getopt::Long package that came with it does not support "--no-"
prefix to negate a boolean option; manually add support to help
people with older Getopt::Long package.

* km/send-email-getopt-long-workarounds:
  git-send-email.perl: support no- prefix with older GetOptions
git-send-email.perl