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

* tm/completion-push-set-upstream:
  completion: push --set-upstream
This commit is contained in:
Junio C Hamano 2011-10-17 21:37:11 -07:00
commit 33ce7c11eb

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
;;