git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] If `egrep` is aliased, temporary disable it in bash.completion
@ 2012-11-29 15:14 Adam Tkac
  2012-11-29 17:03 ` Junio C Hamano
  0 siblings, 1 reply; 6+ messages in thread
From: Adam Tkac @ 2012-11-29 15:14 UTC (permalink / raw)
  To: git

Originally reported as https://bugzilla.redhat.com/show_bug.cgi?id=863780

Signed-off-by: Adam Tkac <atkac@redhat.com>
Signed-off-by: Holger Arnold <holgerar@gmail.com>
---
 contrib/completion/git-completion.bash | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index 0960acc..79073c2 100644
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -565,7 +565,7 @@ __git_complete_strategy ()
 __git_list_all_commands ()
 {
 	local i IFS=" "$'\n'
-	for i in $(git help -a|egrep '^  [a-zA-Z0-9]')
+	for i in $(git help -a| \egrep '^  [a-zA-Z0-9]')
 	do
 		case $i in
 		*--*)             : helper pattern;;
-- 
1.8.0


-- 
Adam Tkac, Red Hat, Inc.

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-12-12 22:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-29 15:14 [PATCH v2] If `egrep` is aliased, temporary disable it in bash.completion Adam Tkac
2012-11-29 17:03 ` Junio C Hamano
2012-11-29 17:33   ` Junio C Hamano
2012-12-06 14:05     ` Adam Tkac
2012-12-06 18:01       ` Junio C Hamano
2012-12-12 22:34         ` Felipe Contreras

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).