提交 80eb5197 编写于 作者: N Nguyễn Thái Ngọc Duy 提交者: Junio C Hamano

completion: use __gitcomp_builtin in _git_tag

The new completable options are:

--color
--format=
--ignore-case
Signed-off-by: NNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: NJunio C Hamano <gitster@pobox.com>
上级 78331b6f
......@@ -3002,11 +3002,7 @@ _git_tag ()
case "$cur" in
--*)
__gitcomp "
--list --delete --verify --annotate --message --file
--sign --cleanup --local-user --force --column --sort=
--contains --no-contains --points-at --merged --no-merged --create-reflog
"
__gitcomp_builtin tag
;;
esac
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册