diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-10-17 21:37:11 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-10-17 21:37:11 -0700 |
commit | 33ce7c11eb1bb145b9fc89664a1a8855a480c9d1 (patch) | |
tree | 74e1b2d8a7f9c880fe29bf4281ddeee8a6f1387c /contrib | |
parent | c795df7c0a324319dc453e2c9eaabd1475d75ea4 (diff) | |
parent | 3623dc0310cc72242ed78e134a24fdd05d5179e8 (diff) | |
download | git-33ce7c11eb1bb145b9fc89664a1a8855a480c9d1.tar.gz |
Merge branch 'tm/completion-push-set-upstream'
* tm/completion-push-set-upstream:
completion: push --set-upstream
Diffstat (limited to 'contrib')
-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 847e6e9aa4..344119b1b7 100755 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -1730,7 +1730,7 @@ _git_push () --*) __gitcomp " --all --mirror --tags --dry-run --force --verbose - --receive-pack= --repo= + --receive-pack= --repo= --set-upstream " return ;; |