completion: use __gitcomp_builtin in _git_show_branch
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>maint
parent
44c9a6d269
commit
09e271adf1
|
@ -2773,12 +2773,7 @@ _git_show_branch ()
|
||||||
{
|
{
|
||||||
case "$cur" in
|
case "$cur" in
|
||||||
--*)
|
--*)
|
||||||
__gitcomp "
|
__gitcomp_builtin show-branch "--no-color"
|
||||||
--all --remotes --topo-order --date-order --current --more=
|
|
||||||
--list --independent --merge-base --no-name
|
|
||||||
--color --no-color
|
|
||||||
--sha1-name --sparse --topics --reflog
|
|
||||||
"
|
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in New Issue