summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorSZEDER Gábor <szeder@ira.uka.de>2015-05-05 16:33:13 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-05-06 22:17:05 (GMT)
commita074aa90a89ea8c4d194121020f6bbf9396d2990 (patch)
treee64163e08ef35a2c665f5ee3de220b3846fdc46b /contrib
parent282616c72d1d08a77ca4fe1186cb708c38408d87 (diff)
downloadgit-a074aa90a89ea8c4d194121020f6bbf9396d2990.zip
git-a074aa90a89ea8c4d194121020f6bbf9396d2990.tar.gz
git-a074aa90a89ea8c4d194121020f6bbf9396d2990.tar.bz2
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 <szeder@ira.uka.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib')
-rw-r--r--contrib/completion/git-completion.bash4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index 019026e..af78212 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;;