completion: use __gitcomp_builtin in _git_ls_remote
[gitweb.git] / contrib / completion / git-completion.bash
index 1ea06b6e170ad740bf2d82a6b269bb77070c62fb..e22ea60bc85a7f00e81463b4bcfbbe49aac81a16 100644 (file)
@@ -1630,7 +1630,7 @@ _git_ls_remote ()
 {
        case "$cur" in
        --*)
-               __gitcomp "--heads --tags --refs --get-url --symref"
+               __gitcomp_builtin ls-remote
                return
                ;;
        esac