completion: use __gitcomp_builtin in _git_config
The new completable options are: --blob= --bool --bool-or-int --edit --expiry-date --get-color --get-colorbool --get-urlmatch --includes --int --null --path --show-origin Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
parent
2e29dca66a
commit
5983ba0dc8
|
@ -2252,14 +2252,7 @@ _git_config ()
|
||||||
esac
|
esac
|
||||||
case "$cur" in
|
case "$cur" in
|
||||||
--*)
|
--*)
|
||||||
__gitcomp "
|
__gitcomp_builtin config
|
||||||
--system --global --local --file=
|
|
||||||
--list --replace-all
|
|
||||||
--get --get-all --get-regexp
|
|
||||||
--add --unset --unset-all
|
|
||||||
--remove-section --rename-section
|
|
||||||
--name-only
|
|
||||||
"
|
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
branch.*.*)
|
branch.*.*)
|
||||||
|
|
Loading…
Reference in New Issue