From cc463975e4a21dc523fa920db813eada881a0ccd Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Wed, 7 Jan 2015 09:43:29 +0900 Subject: [PATCH 1/2] Identify --includes for git config in tab completion Signed-off-by: Michael Paquier --- contrib/completion/git-completion.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 23988ec..d6b0754 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -1891,7 +1891,7 @@ _git_config () --*) __gitcomp " --system --global --local --file= - --list --replace-all + --includes --list --replace-all --get --get-all --get-regexp --add --unset --unset-all --remove-section --rename-section -- 2.2.1