diff options
author | Teemu Matilainen <teemu.matilainen@iki.fi> | 2011-10-06 20:40:31 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-10-07 00:12:31 +0200 |
commit | 3623dc0310cc72242ed78e134a24fdd05d5179e8 (patch) | |
tree | e56ab19cfc000aba13832812df463506a1ab39aa /contrib/completion/git-completion.bash | |
parent | Git 1.7.5 (diff) | |
download | git-3623dc0310cc72242ed78e134a24fdd05d5179e8.tar.xz git-3623dc0310cc72242ed78e134a24fdd05d5179e8.zip |
completion: push --set-upstream
Signed-off-by: Teemu Matilainen <teemu.matilainen@iki.fi>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
-rwxr-xr-x | contrib/completion/git-completion.bash | 2 |
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 ;; |