completion: remove credential helpers from porcelain commands
authorSZEDER Gábor <szeder@ira.uka.de>
Wed, 13 Jun 2012 08:11:29 +0000 (10:11 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 Jun 2012 17:24:46 +0000 (10:24 -0700)
Signed-off-by: SZEDER Gábor <szeder@ira.uka.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash

index 1689f99539728c87c29cfa94a08ee9a67db3cce2..b687d7e8d5c73f3ffa148c2cbc88e02777206230 100755 (executable)
@@ -846,6 +846,8 @@ __git_list_porcelain_commands ()
                checkout-index)   : plumbing;;
                commit-tree)      : plumbing;;
                count-objects)    : infrequent;;
+               credential-cache) : credentials helper;;
+               credential-store) : credentials helper;;
                cvsexportcommit)  : export;;
                cvsimport)        : import;;
                cvsserver)        : daemon;;