projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bea2b5
)
completion: remove credential helpers from porcelain commands
author
SZEDER Gábor
<szeder@ira.uka.de>
Wed, 13 Jun 2012 08:11:29 +0000
(10:11 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 13 Jun 2012 17:24:46 +0000
(10:24 -0700)
Signed-off-by: SZEDER Gábor <szeder@ira.uka.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash
patch
|
blob
|
history
diff --git
a/contrib/completion/git-completion.bash
b/contrib/completion/git-completion.bash
index 1689f99539728c87c29cfa94a08ee9a67db3cce2..b687d7e8d5c73f3ffa148c2cbc88e02777206230 100755
(executable)
--- a/
contrib/completion/git-completion.bash
+++ b/
contrib/completion/git-completion.bash
@@
-846,6
+846,8
@@
__git_list_porcelain_commands ()
checkout-index) : plumbing;;
commit-tree) : plumbing;;
count-objects) : infrequent;;
+ credential-cache) : credentials helper;;
+ credential-store) : credentials helper;;
cvsexportcommit) : export;;
cvsimport) : import;;
cvsserver) : daemon;;