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

2012-11-26 Thread Frans Klaver
On Mon, Nov 26, 2012 at 12:23 PM, Adam Tkac wrote: > Good idea, thanks. Improved patch is attached. It is custom on this list to mail the patches, rather than attaching them, so people can review your changes in-line. You can read more about it in in git/Documentation/SubmittingPatches. Cheers,

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 may be better to use > \egrep Good i

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

2012-11-22 Thread Marc Khouzam
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 may be better to use \egrep This could be worthwhile for all utilities used by the script. Just a thought. Mar

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

2012-11-22 Thread Adam Tkac
100 Subject: [PATCH] Fix bash completion when `egrep` is aliased to `egrep --color=always` 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 insert