mirror of
https://github.com/git/git.git
synced 2024-11-27 20:14:30 +08:00
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>
This commit is contained in:
parent
fd1552d59d
commit
6ecef7379c
@ -2452,6 +2452,9 @@ _git_config ()
|
||||
core.warnAmbiguousRefs
|
||||
core.whitespace
|
||||
core.worktree
|
||||
credential.helper
|
||||
credential.useHttpPath
|
||||
credential.username
|
||||
diff.autorefreshindex
|
||||
diff.external
|
||||
diff.ignoreSubmodules
|
||||
|
Loading…
Reference in New Issue
Block a user