On Thu, Dec 6, 2012 at 12:01 PM, Junio C Hamano wrote:
> Adam Tkac writes:
>
>> On Thu, Nov 29, 2012 at 09:33:53AM -0800, Junio C Hamano wrote:
>> ...
>>> IOW, something along this line?
>>
>> This won't work, unfortunately, because shopt settings aren't inherited by
>> subshell (and for example
Adam Tkac writes:
> On Thu, Nov 29, 2012 at 09:33:53AM -0800, Junio C Hamano wrote:
> ...
>> IOW, something along this line?
>
> This won't work, unfortunately, because shopt settings aren't inherited by
> subshell (and for example egrep is called in subshell).
>
> I discussed this issue with col
On Thu, Nov 29, 2012 at 09:33:53AM -0800, Junio C Hamano wrote:
> Junio C Hamano writes:
>
> > Adam Tkac writes:
> >
> >> Subject: Re: [PATCH v2] If `egrep` is aliased, temporary disable it in
> >> bash.completion
> >
> > The code does not
Junio C Hamano writes:
> Adam Tkac writes:
>
>> Subject: Re: [PATCH v2] If `egrep` is aliased, temporary disable it in
>> bash.completion
>
> The code does not seem to do anything special if it is not aliased,
> though, so "If ..." part does not sound corre
Adam Tkac writes:
> Subject: Re: [PATCH v2] If `egrep` is aliased, temporary disable it in
> bash.completion
The code does not seem to do anything special if it is not aliased,
though, so "If ..." part does not sound correct; perhaps you meant
"just in case egrep is
Originally reported as https://bugzilla.redhat.com/show_bug.cgi?id=863780
Signed-off-by: Adam Tkac
Signed-off-by: Holger Arnold
---
contrib/completion/git-completion.bash | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/completion/git-completion.bash
b/contrib/comple
6 matches
Mail list logo