Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'sg/completion-omit-credential-helpers'
author
Junio C Hamano
<gitster@pobox.com>
Fri, 22 May 2015 19:41:42 +0000
(12:41 -0700)
committer
Junio 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
patch
|
blob
|
history
raw
(from parent 1:
086d0d4
)
diff --git
a/contrib/completion/git-completion.bash
b/contrib/completion/git-completion.bash
index b28a14e8ca583e18d91e5eae0186a4ad352ad8fe..a430d9f49375a3550a2e76ace19abd7c2e560d55 100644
(file)
--- 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;;