Re: [patch 0/8] Bash improvements

2010-11-02 Thread Daniel Colascione
On 11/2/2010 12:43 PM, David Sastre wrote: > Could you please resend the patches? Sorry about that; resent. The problem seems to be a bug in quilt(1) that causes empty messages to be sent when a patch's preamble doesn't end with a blank line. -- Problem reports: http://cygwin.com/problems.

[patch 0/8] Bash improvements resent

2010-11-02 Thread dan . colascione
This is a series of patches that tries to improve the user experience in Cygwin. It adds three new features: 1. EXECIGNORE EXECIGNORE is a colon-separated list of glob patterns. If a file's full path matches one of these, it is never considered executable for completion purposes. EXECIGNORE=*.d

Re: [patch 0/8] Bash improvements

2010-11-02 Thread David Sastre
On Tue, Nov 02, 2010 at 12:20:24PM -0700, Steven Monai wrote: > On 2010/11/02 12:02 PM, David Sastre wrote: > > On Tue, Nov 02, 2010 at 12:01:16PM +0100, Gary wrote: > >> Dan wrote: > >> > >>> This is a series of patches that tries to improve the user experience in > >>> Cygwin. > >> > >> Love both

Re: [patch 0/8] Bash improvements

2010-11-02 Thread David Sastre
On Tue, Nov 02, 2010 at 12:01:16PM +0100, Gary wrote: > Dan wrote: > > > This is a series of patches that tries to improve the user experience in > > Cygwin. > > Love both of these, and have wanted somethnig like them for ages :) I > hope they get adopted! I can't see attachments and those e-mai

[patch 0/8] Bash improvements

2010-11-01 Thread dan . colascione
This is a series of patches that tries to improve the user experience in Cygwin. It adds three new features: 1. EXECIGNORE EXECIGNORE is a colon-separated list of glob patterns. If a file 's full patch matches one of these, it is never considered executable for completion purposes. EXECIGNORE=*