summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-05-22 19:41:42 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-05-22 19:41:42 (GMT)
commit823ac2b6330859bd145e6424663a98d85d455bf9 (patch)
treeb511f7f8c0c5dbb491fb725775e497d1f6756485 /contrib
parent086d0d4ab6c9f2b6f789a16157c1a3685514efb3 (diff)
parenta074aa90a89ea8c4d194121020f6bbf9396d2990 (diff)
downloadgit-823ac2b6330859bd145e6424663a98d85d455bf9.zip
git-823ac2b6330859bd145e6424663a98d85d455bf9.tar.gz
git-823ac2b6330859bd145e6424663a98d85d455bf9.tar.bz2
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
Diffstat (limited to 'contrib')
-rw-r--r--contrib/completion/git-completion.bash4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index b28a14e..a430d9f 100644
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -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;;