completion: add git config credential completions
Add missing completions for git config credential: * credential.helper * credential.useHttpPath * credential.username Signed-off-by: Rikard Falkeborn <rikard.falkeborn@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
parent
fd1552d59d
commit
6ecef7379c
|
@ -2452,6 +2452,9 @@ _git_config ()
|
||||||
core.warnAmbiguousRefs
|
core.warnAmbiguousRefs
|
||||||
core.whitespace
|
core.whitespace
|
||||||
core.worktree
|
core.worktree
|
||||||
|
credential.helper
|
||||||
|
credential.useHttpPath
|
||||||
|
credential.username
|
||||||
diff.autorefreshindex
|
diff.autorefreshindex
|
||||||
diff.external
|
diff.external
|
||||||
diff.ignoreSubmodules
|
diff.ignoreSubmodules
|
||||||
|
|
Loading…
Reference in New Issue