completion: add --set-upstream-to and --unset-upstream
[gitweb.git] / contrib / completion / git-completion.bash
index ffedce751c80eac032843f6ecad50246cfc28035..4a4d30af30e61eb41534faf729dc644c781cf957 100644 (file)
@@ -879,7 +879,8 @@ _git_branch ()
                __gitcomp "
                        --color --no-color --verbose --abbrev= --no-abbrev
                        --track --no-track --contains --merged --no-merged
-                       --set-upstream --edit-description --list
+                       --set-upstream-to= --edit-description --list
+                       --unset-upstream
                        "
                ;;
        *)