Skip to content

Commit

Permalink
completion: push --set-upstream
Browse files Browse the repository at this point in the history
Signed-off-by: Teemu Matilainen <teemu.matilainen@iki.fi>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Teemu Matilainen authored and Junio C Hamano committed Oct 6, 2011
1 parent ec014ea commit 3623dc0
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 @@ -1796,7 +1796,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 3623dc0

Please sign in to comment.