completion: allow 'git remote' subcommand completion
[gitweb.git] / contrib / completion / git-completion.bash
index 4d81963b1d00b1b4e874330a9e5933111f491def..fd654bdc9c97c59e9ba0d0164952d40188cbfea7 100755 (executable)
@@ -1052,6 +1052,7 @@ _git_remote ()
        local subcommands="add rm show prune update"
        local subcommand="$(__git_find_subcommand "$subcommands")"
        if [ -z "$subcommand" ]; then
+               __gitcomp "$subcommands"
                return
        fi