git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
fd1552d
)
completion: add git config credential completions
author
Rikard Falkeborn
<redacted>
Sat, 27 May 2017 06:25:51 +0000
(08:25 +0200)
committer
Junio C Hamano
<redacted>
Fri, 2 Jun 2017 02:25:26 +0000
(11:25 +0900)
Add missing completions for git config credential:
* credential.helper
* credential.useHttpPath
* credential.username
Signed-off-by: Rikard Falkeborn <redacted>
Signed-off-by: Junio C Hamano <redacted>
contrib/completion/git-completion.bash
patch
|
blob
|
history
diff --git
a/contrib/completion/git-completion.bash
b/contrib/completion/git-completion.bash
index 087ea945bdfa3e146697c3efadf7f13e9ecf85ef..98617d30cdbffed342264f5694f78808a687d198 100644
(file)
--- a/
contrib/completion/git-completion.bash
+++ b/
contrib/completion/git-completion.bash
@@
-2452,6
+2452,9
@@
_git_config ()
core.warnAmbiguousRefs
core.whitespace
core.worktree
+ credential.helper
+ credential.useHttpPath
+ credential.username
diff.autorefreshindex
diff.external
diff.ignoreSubmodules
git clone https://git.99rst.org/PROJECT