completion: complete branch name for "branch --set-upstream-to="
[gitweb.git] / contrib / completion / git-completion.bash
index 4a4d30af30e61eb41534faf729dc644c781cf957..e48cf8001241502e9dc4310895b136f8c7534e6b 100644 (file)
@@ -875,6 +875,9 @@ _git_branch ()
        done
 
        case "$cur" in
+       --set-upstream-to=*)
+               __gitcomp "$(__git_refs)" "" "${cur##--set-upstream-to=}"
+               ;;
        --*)
                __gitcomp "
                        --color --no-color --verbose --abbrev= --no-abbrev