completion: use __gitcomp_builtin in _git_ls_remote
The new completable options are --quiet and --upload-pack=. 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:

committed by
Junio C Hamano

parent
c893985d46
commit
cdc71c1c5d
@ -1630,7 +1630,7 @@ _git_ls_remote ()
|
||||
{
|
||||
case "$cur" in
|
||||
--*)
|
||||
__gitcomp "--heads --tags --refs --get-url --symref"
|
||||
__gitcomp_builtin ls-remote
|
||||
return
|
||||
;;
|
||||
esac
|
||||
|
Reference in New Issue
Block a user