2012-09-14 12:23:06 +02:00
|
|
|
---
|
|
|
|
contrib/completion/git-completion.bash | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
2017-02-06 14:33:18 +01:00
|
|
|
Index: git-2.11.0/contrib/completion/git-completion.bash
|
|
|
|
===================================================================
|
|
|
|
--- git-2.11.0.orig/contrib/completion/git-completion.bash
|
|
|
|
+++ git-2.11.0/contrib/completion/git-completion.bash
|
|
|
|
@@ -627,7 +627,7 @@ __git_commands () {
|
2013-02-22 16:51:22 +01:00
|
|
|
then
|
|
|
|
printf "%s" "${GIT_TESTING_COMMAND_COMPLETION}"
|
|
|
|
else
|
|
|
|
- git help -a|egrep '^ [a-zA-Z0-9]'
|
|
|
|
+ git help -a|egrep --color=never '^ [a-zA-Z0-9]'
|
|
|
|
fi
|
|
|
|
}
|
|
|
|
|