Browse Source

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>
maint
SZEDER Gábor 13 years ago committed by Junio C Hamano
parent
commit
1dad5c14f9
  1. 2
      contrib/completion/git-completion.bash

2
contrib/completion/git-completion.bash

@ -846,6 +846,8 @@ __git_list_porcelain_commands () @@ -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;;

Loading…
Cancel
Save