From 6ecef7379ce428ee3da215eaca86b518fce80d68 Mon Sep 17 00:00:00 2001 From: Rikard Falkeborn Date: Sat, 27 May 2017 08:25:51 +0200 Subject: [PATCH] completion: add git config credential completions Add missing completions for git config credential: * credential.helper * credential.useHttpPath * credential.username Signed-off-by: Rikard Falkeborn Signed-off-by: Junio C Hamano --- contrib/completion/git-completion.bash | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 087ea945bd..98617d30cd 100644 --- 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