Skip to content

Commit 823ac2b

Browse files
committed
Merge branch 'sg/completion-omit-credential-helpers'
The Git subcommand completion (in contrib/) listed credential helpers among candidates, which is not something the end user would invoke interatively. * sg/completion-omit-credential-helpers: completion: remove credential helpers from porcelain commands
2 parents 086d0d4 + a074aa9 commit 823ac2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/completion/git-completion.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -665,8 +665,8 @@ __git_list_porcelain_commands ()
665665
checkout-index) : plumbing;;
666666
commit-tree) : plumbing;;
667667
count-objects) : infrequent;;
668-
credential-cache) : credentials helper;;
669-
credential-store) : credentials helper;;
668+
credential) : credentials;;
669+
credential-*) : credentials helper;;
670670
cvsexportcommit) : export;;
671671
cvsimport) : import;;
672672
cvsserver) : daemon;;

0 commit comments

Comments
 (0)