diff options
author | Teemu Matilainen <teemu.matilainen@iki.fi> | 2011-10-06 21:40:31 +0300 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-10-06 15:12:31 -0700 |
commit | 3623dc0310cc72242ed78e134a24fdd05d5179e8 (patch) | |
tree | e56ab19cfc000aba13832812df463506a1ab39aa | |
parent | Git 1.7.5 (diff) | |
download | tgif-3623dc0310cc72242ed78e134a24fdd05d5179e8.tar.xz |
completion: push --set-upstream
Signed-off-by: Teemu Matilainen <teemu.matilainen@iki.fi>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-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 ;; |