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/completion/git-completion.bash | |
parent | Merge branch 'tm/completion-commit-fixup-squash' (diff) | |
parent | completion: push --set-upstream (diff) | |
download | tgif-33ce7c11eb1bb145b9fc89664a1a8855a480c9d1.tar.xz |
Merge branch 'tm/completion-push-set-upstream'
* tm/completion-push-set-upstream:
completion: push --set-upstream
Diffstat (limited to 'contrib/completion/git-completion.bash')
-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 ;; |