Skip to content

Commit

Permalink
Merge branch 'tm/completion-push-set-upstream'
Browse files Browse the repository at this point in the history
* tm/completion-push-set-upstream:
  completion: push --set-upstream
  • Loading branch information
Junio C Hamano committed Oct 18, 2011
2 parents c795df7 + 3623dc0 commit 33ce7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/completion/git-completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -1730,7 +1730,7 @@ _git_push ()
--*)
__gitcomp "
--all --mirror --tags --dry-run --force --verbose
--receive-pack= --repo=
--receive-pack= --repo= --set-upstream
"
return
;;
Expand Down

0 comments on commit 33ce7c1

Please sign in to comment.