[PATCH v2] completion: remove credential helpers from porcelain commands
From: SZEDER Gábor <hidden>
Date: 2016-06-15 23:04:39
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: SZEDER Gábor <hidden>
Date: 2016-06-15 23:04:39
Subsystem:
the rest · Maintainer:
Linus Torvalds
Don't offer the "main" 'git credential' command or any of the credential helpers from contrib/credential/ when completing git commands. Signed-off-by: SZEDER Gábor <redacted> ---
quoted
+ credential-gnome-keyring) : credentials helpe;;Typo? Should be "helper;;", no?
Indeed, thanks. contrib/completion/git-completion.bash | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index e0eb6ae..42efbd6 100644
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash@@ -665,8 +665,13 @@ __git_list_porcelain_commands () checkout-index) : plumbing;; commit-tree) : plumbing;; count-objects) : infrequent;; + credential : credentials;; credential-cache) : credentials helper;; + credential-gnome-keyring) : credentials helper;; + credential-netrc) : credentials helper;; + credential-osxkeychain) : credentials helper;; credential-store) : credentials helper;; + credential-wincred) : credentials helper;; cvsexportcommit) : export;; cvsimport) : import;; cvsserver) : daemon;;
--
1.9.5.msysgit.0