Browse Source

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

* tm/completion-push-set-upstream:
  completion: push --set-upstream
maint
Junio C Hamano 14 years ago
parent
commit
33ce7c11eb
  1. 2
      contrib/completion/git-completion.bash

2
contrib/completion/git-completion.bash

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

Loading…
Cancel
Save