Merge branch 'sg/completion-omit-credential-helpers'
authorJunio C Hamano <gitster@pobox.com>
Fri, 22 May 2015 19:41:42 +0000 (12:41 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 22 May 2015 19:41:42 +0000 (12:41 -0700)
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

contrib/completion/git-completion.bash
index b28a14e8ca583e18d91e5eae0186a4ad352ad8fe..a430d9f49375a3550a2e76ace19abd7c2e560d55 100644 (file)
@@ -665,8 +665,8 @@ __git_list_porcelain_commands ()
                checkout-index)   : plumbing;;
                commit-tree)      : plumbing;;
                count-objects)    : infrequent;;
-               credential-cache) : credentials helper;;
-               credential-store) : credentials helper;;
+               credential)       : credentials;;
+               credential-*)     : credentials helper;;
                cvsexportcommit)  : export;;
                cvsimport)        : import;;
                cvsserver)        : daemon;;