* tm/completion-push-set-upstream: completion: push --set-upstream
@ -1730,7 +1730,7 @@ _git_push ()
--*)
__gitcomp "
--all --mirror --tags --dry-run --force --verbose
--receive-pack= --repo=
--receive-pack= --repo= --set-upstream
"
return
;;