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>

Rikard Falkeborn committed May 27, 2017 at 08:25 UTC 6ecef7379ce428ee3da215eaca86b518fce80d68
1 file changed +3
contrib/completion/git-completion.bash
+3
@@ -2452,6 +2452,9 @@ _git_config ()
2452 core.warnAmbiguousRefs
2453 core.whitespace
2454 core.worktree
2455 + credential.helper
2456 + credential.useHttpPath
2457 + credential.username
2458 diff.autorefreshindex
2459 diff.external
2460 diff.ignoreSubmodules