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

Re: [PATCH 0/2] Getopt::Long workaround in send-email

2015-02-14 Thread Brandon Casey
[apparently it is impossible to send a plain text email using Google Inbox, maybe people on this list know someone to talk to about that? Sorry for the dup for those on cc] On Fri, Feb 13, 2015 at 12:19 PM, Junio C Hamano wrote: > The first one is a replay of Kyle's workaround for older versions

Re: [msysGit] Re: [PATCH] t/lib-httpd: switch SANITY check for NOT_ROOT

2015-02-14 Thread Torsten Bögershausen
On 2015-02-12 23.36, Junio C Hamano wrote: > So after discussing this one and queuing the resulting three-patch > series jk/sanity that consists of the three patches: > > * jk/sanity (2015-01-27) 3 commits > - test-lib.sh: set prerequisite SANITY by testing what we really need > - te

Re: [PATCH 2/2] transport-helper: ask the helper to set the same options for import as for fetch

2015-02-14 Thread Junio C Hamano
Mike Hommey writes: > I haven't looked exactly what cas does and if it makes sense for export. > (FWIW, I'm using push and import at the moment, so it's not a direct > issue for me ; I don't support cas anyways) The question primarily came from curiosity to gauge how much potential work remains