Skip to content

Commit 1dad5c1

Browse files
szedergitster
authored andcommitted
completion: remove credential helpers from porcelain commands
Signed-off-by: SZEDER Gábor <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 9bea2b5 commit 1dad5c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contrib/completion/git-completion.bash

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -846,6 +846,8 @@ __git_list_porcelain_commands ()
846846
checkout-index) : plumbing;;
847847
commit-tree) : plumbing;;
848848
count-objects) : infrequent;;
849+
credential-cache) : credentials helper;;
850+
credential-store) : credentials helper;;
849851
cvsexportcommit) : export;;
850852
cvsimport) : import;;
851853
cvsserver) : daemon;;

0 commit comments

Comments
 (0)