Skip to content

Commit ddced83

Browse files
pcloudsgitster
authored andcommitted
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>
1 parent 5983ba0 commit ddced83

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

contrib/completion/git-completion.bash

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1369,11 +1369,7 @@ _git_describe ()
13691369
{
13701370
case "$cur" in
13711371
--*)
1372-
__gitcomp "
1373-
--all --tags --contains --abbrev= --candidates=
1374-
--exact-match --debug --long --match --always --first-parent
1375-
--exclude --dirty --broken
1376-
"
1372+
__gitcomp_builtin describe
13771373
return
13781374
esac
13791375
__git_complete_refs

0 commit comments

Comments
 (0)