From: Rikard Falkeborn Date: Sat, 27 May 2017 06:25:51 +0000 (+0200) Subject: completion: add git config credential completions X-Git-Tag: v2.14.0-rc0~96^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6ecef7379ce428ee3da215eaca86b518fce80d68;p=thirdparty%2Fgit.git 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 --- 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