From: SZEDER Gábor Date: Tue, 5 May 2015 16:33:13 +0000 (+0200) Subject: completion: remove credential helpers from porcelain commands X-Git-Tag: v2.5.0-rc0~101^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a074aa90a89ea8c4d194121020f6bbf9396d2990;p=git completion: remove credential helpers from porcelain commands Don't offer the "main" 'git credential' command or any of the credential helpers from contrib/credential/ when completing git commands. Signed-off-by: SZEDER Gábor Signed-off-by: Junio C Hamano --- diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 019026efcb..af782129ae 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -665,8 +665,8 @@ __git_list_porcelain_commands () checkout-index) : plumbing;; commit-tree) : plumbing;; count-objects) : infrequent;; - credential-cache) : credentials helper;; - credential-store) : credentials helper;; + credential) : credentials;; + credential-*) : credentials helper;; cvsexportcommit) : export;; cvsimport) : import;; cvsserver) : daemon;;