зеркало из https://github.com/microsoft/git.git
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:
Родитель
e459415c9c
Коммит
1b71eb35dd
|
@ -719,7 +719,7 @@ _git_config ()
|
||||||
__gitcomp "
|
__gitcomp "
|
||||||
--global --list --replace-all
|
--global --list --replace-all
|
||||||
--get --get-all --get-regexp
|
--get --get-all --get-regexp
|
||||||
--unset --unset-all
|
--add --unset --unset-all
|
||||||
"
|
"
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче