Merge branch 'js/remote-improvements'
[gitweb.git] / contrib / completion / git-completion.bash
index 271b911f7a1300057c0b100c1bdfe5d68a0e3248..ed235f759645c0f657d47b3f0d73a3bcfbf6b1d6 100755 (executable)
@@ -1516,7 +1516,7 @@ _git_config ()
 
 _git_remote ()
 {
-       local subcommands="add rename rm show prune update"
+       local subcommands="add rename rm show prune update set-head"
        local subcommand="$(__git_find_subcommand "$subcommands")"
        if [ -z "$subcommand" ]; then
                __gitcomp "$subcommands"