From: SZEDER Gábor Date: Wed, 13 Jun 2012 08:11:29 +0000 (+0200) Subject: completion: remove credential helpers from porcelain commands X-Git-Tag: v1.7.11~8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1dad5c14f993dcd2d38ce7eb7ecedb624732d692;p=git.git completion: remove credential helpers from porcelain 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 1689f9953..b687d7e8d 100755 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -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;;