completion: remove credential helpers from porcelain commands
[gitweb.git] / contrib / completion / git-completion.bash
index 019026efcbc5876d7aa3890eab5078a8bfbe2f7c..af782129aed7c2e74b6057e5061874a22d768598 100644 (file)
@@ -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;;