Merge branch 'km/send-email-getopt-long-workarounds' into maint
commite1db59e179d7215476b7096f1fd74db43a4a2dae
authorJunio C Hamano <gitster@pobox.com>
Fri, 6 Mar 2015 22:57:54 +0000 (6 14:57 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 6 Mar 2015 22:57:54 +0000 (6 14:57 -0800)
treeccd8e16770fb984439b9d6e7e62266567d78bca6
parent3ebda3e9f56d49cc72488e76478d086e75be731d
parentf471494303c2d2a085f384eac705379ef2423590
Merge branch 'km/send-email-getopt-long-workarounds' into maint

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