mirror of
https://github.com/git/git.git
synced 2024-11-01 23:07:55 +01:00
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
1 changed files with 1 additions and 5 deletions
|
@ -1369,11 +1369,7 @@ _git_describe ()
|
|||
{
|
||||
case "$cur" in
|
||||
--*)
|
||||
__gitcomp "
|
||||
--all --tags --contains --abbrev= --candidates=
|
||||
--exact-match --debug --long --match --always --first-parent
|
||||
--exclude --dirty --broken
|
||||
"
|
||||
__gitcomp_builtin describe
|
||||
return
|
||||
esac
|
||||
__git_complete_refs
|
||||
|
|
Loading…
Reference in a new issue