1
0
mirror of https://github.com/git/git.git synced 2024-10-21 08:08:16 +02: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:
Rikard Falkeborn 2017-05-27 08:25:51 +02:00 committed by Junio C Hamano
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