Merge branch 'tm/completion-push-set-upstream' into next

* tm/completion-push-set-upstream:
  completion: push --set-upstream
This commit is contained in:
Junio C Hamano
2011-10-11 12:27:08 -07:00

View File

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