From c2323d093b3a3a9daf0cf7e17dddff6bc028bd0e Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Wed, 7 Jan 2015 09:48:10 +0900 Subject: [PATCH 2/2] Identify description for git config in tab completion Signed-off-by: Michael Paquier --- contrib/completion/git-completion.bash | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index d6b0754..412f74b 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -1900,7 +1900,9 @@ _git_config () ;; branch.*.*) local pfx="${cur%.*}." cur_="${cur##*.}" - __gitcomp "remote pushremote merge mergeoptions rebase" "$pfx" "$cur_" + __gitcomp " + description remote pushremote merge mergeoptions rebase + " "$pfx" "$cur_" return ;; branch.*) -- 2.2.1