Re: [PATCH 1/2] git-send-email.perl: support no- prefix with older GetOptions

2015-02-15 Thread Brandon Casey
On Sun, Feb 15, 2015 at 1:51 AM, Kyle J. McKay wrote: > On Feb 14, 2015, at 22:32, Brandon Casey wrote: > >> On Fri, Feb 13, 2015 at 12:19 PM, Junio C Hamano >> wrote: >>> >>> From: "Kyle J. McKay" >>> >>> Only Perl version 5.8.0 or later is required, but that comes with >>> an older Getopt::Lon

Re: [PATCH 1/2] git-send-email.perl: support no- prefix with older GetOptions

2015-02-14 Thread Brandon Casey
On Fri, Feb 13, 2015 at 12:19 PM, Junio C Hamano wrote: > From: "Kyle J. McKay" > > Only Perl version 5.8.0 or later is required, but that comes with > an older Getopt::Long (2.32) that does not support the 'no-' > prefix. Support for that was added in Getopt::Long version 2.33. > > Since the he

[PATCH 1/2] git-send-email.perl: support no- prefix with older GetOptions

2015-02-13 Thread Junio C Hamano
From: "Kyle J. McKay" Only Perl version 5.8.0 or later is required, but that comes with an older Getopt::Long (2.32) that does not support the 'no-' prefix. Support for that was added in Getopt::Long version 2.33. Since the help only mentions the 'no-' prefix and not the 'no' prefix, add explic