Completion for 'git remote update' only offers configured remote
groups.
Add all remotes to the completion.
Signed-off-by: Auke Schrijnen <auke@xxxxxxxxxxxx>
---
contrib/completion/git-completion.bash | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/contrib/completion/git-completion.bash
b/contrib/completion/git-completion.bash
index 8648a36..ad2175c 100755
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -2293,7 +2293,7 @@ _git_remote ()
__gitcomp "$(__git_remotes)"
;;
update)
- local i c='' IFS=$'\n'
+ local i c="$(__git_remotes)" IFS=$'\n'
for i in $(git --git-dir="$(__gitdir)" config --get-regexp
"remotes\..*" 2>/dev/null); do
i="${i#remotes.}"
c="$c ${i/ */}"
--
1.7.6.1
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html