summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTeemu Matilainen <teemu.matilainen@iki.fi>2011-10-06 21:40:31 +0300
committerJunio C Hamano <gitster@pobox.com>2011-10-06 15:12:31 -0700
commit3623dc0310cc72242ed78e134a24fdd05d5179e8 (patch)
treee56ab19cfc000aba13832812df463506a1ab39aa
parentec014eac0e9e6f30cbbca616090fa2ecf74797e7 (diff)
downloadgit-tm/completion-push-set-upstream.tar.gz
completion: push --set-upstreamtm/completion-push-set-upstream
Signed-off-by: Teemu Matilainen <teemu.matilainen@iki.fi> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rwxr-xr-xcontrib/completion/git-completion.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index 840ae38760..b34384ff24 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
;;