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
This commit is contained in:
@ -665,8 +665,8 @@ __git_list_porcelain_commands ()
|
|||||||
checkout-index) : plumbing;;
|
checkout-index) : plumbing;;
|
||||||
commit-tree) : plumbing;;
|
commit-tree) : plumbing;;
|
||||||
count-objects) : infrequent;;
|
count-objects) : infrequent;;
|
||||||
credential-cache) : credentials helper;;
|
credential) : credentials;;
|
||||||
credential-store) : credentials helper;;
|
credential-*) : credentials helper;;
|
||||||
cvsexportcommit) : export;;
|
cvsexportcommit) : export;;
|
||||||
cvsimport) : import;;
|
cvsimport) : import;;
|
||||||
cvsserver) : daemon;;
|
cvsserver) : daemon;;
|
||||||
|
Reference in New Issue
Block a user