Re: [PATCH v2] If `egrep` is aliased, temporary disable it in bash.completion

2012-12-06 Thread Adam Tkac
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

[PATCH] DESTDIR support in contrib/subtree/Makefile

2012-11-29 Thread Adam Tkac
Signed-off-by: Adam Tkac --- It is a good habit in Makefiles to honor DESTDIR variable to support `make DESTDIR=/instalroot install` syntax. Comments are welcomed. Regards, Adam contrib/subtree/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/subtree

[PATCH v2] If `egrep` is aliased, temporary disable it in bash.completion

2012-11-29 Thread Adam Tkac
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

Re: [PATCH] Fix bash completion when `egrep` is aliased to `egrep --color=always`

2012-11-26 Thread Adam Tkac
On Thu, Nov 22, 2012 at 02:55:21PM -0500, Marc Khouzam wrote: > On Thu, Nov 22, 2012 at 10:41 AM, Adam Tkac wrote: > > Hello all, > > > > attached patch fixes bash completion when `egrep` is aliased to `egrep > > --color=always`. > > To avoid any aliases, it ma

[PATCH] Fix bash completion when `egrep` is aliased to `egrep --color=always`

2012-11-22 Thread Adam Tkac
Hello all, attached patch fixes bash completion when `egrep` is aliased to `egrep --color=always`. Comments are welcomed. Regards, Adam -- Adam Tkac, Red Hat, Inc. >From 2b62bd71af1158129492f74f0b77c9840a49507f Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Thu, 22 Nov 2012 16:34:58 +0