completion: use __gitcomp_builtin in _git_describe
No new completable options! Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
5983ba0dc8
commit
ddced834da
@ -1369,11 +1369,7 @@ _git_describe ()
|
|||||||
{
|
{
|
||||||
case "$cur" in
|
case "$cur" in
|
||||||
--*)
|
--*)
|
||||||
__gitcomp "
|
__gitcomp_builtin describe
|
||||||
--all --tags --contains --abbrev= --candidates=
|
|
||||||
--exact-match --debug --long --match --always --first-parent
|
|
||||||
--exclude --dirty --broken
|
|
||||||
"
|
|
||||||
return
|
return
|
||||||
esac
|
esac
|
||||||
__git_complete_refs
|
__git_complete_refs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user