1
0
mirror of https://github.com/git/git.git synced 2024-09-24 07:51:01 +02:00

bash: Support --add completion to git-config.

We've recently added --add as an argument to git-config, but I
missed putting it into the earlier round of git-config updates
within the bash completion.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Shawn O. Pearce 2007-02-05 15:44:32 -05:00 committed by Junio C Hamano
parent e459415c9c
commit 1b71eb35dd

View File

@ -719,7 +719,7 @@ _git_config ()
__gitcomp "
--global --list --replace-all
--get --get-all --get-regexp
--unset --unset-all
--add --unset --unset-all
"
return
;;