From: Teemu Matilainen Date: Thu, 6 Oct 2011 18:40:31 +0000 (+0300) Subject: completion: push --set-upstream X-Git-Tag: v1.7.8-rc0~60^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=3623dc0310cc72242ed78e134a24fdd05d5179e8;p=git.git completion: push --set-upstream Signed-off-by: Teemu Matilainen Signed-off-by: Junio C Hamano --- diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 840ae3876..b34384ff2 100755 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -1796,7 +1796,7 @@ _git_push () --*) __gitcomp " --all --mirror --tags --dry-run --force --verbose - --receive-pack= --repo= + --receive-pack= --repo= --set-upstream " return ;;