diff options
author | SZEDER Gábor <szeder@ira.uka.de> | 2012-06-13 10:11:29 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-06-13 10:24:46 -0700 |
commit | 1dad5c14f993dcd2d38ce7eb7ecedb624732d692 (patch) | |
tree | 8024acb7be5525764967ce62b7ac89baf9987741 /contrib | |
parent | 9bea2b5896701cf952f75c8f6756656cd3c40af0 (diff) | |
download | git-1dad5c14f993dcd2d38ce7eb7ecedb624732d692.tar.gz git-1dad5c14f993dcd2d38ce7eb7ecedb624732d692.tar.xz |
completion: remove credential helpers from porcelain commands
Signed-off-by: SZEDER Gábor <szeder@ira.uka.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/completion/git-completion.bash | 2 |
1 files changed, 2 insertions, 0 deletions
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;; |