Merge branch 'tm/completion-push-set-upstream'
authorJunio C Hamano <gitster@pobox.com>
Tue, 18 Oct 2011 04:37:11 +0000 (21:37 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Oct 2011 04:37:11 +0000 (21:37 -0700)
* tm/completion-push-set-upstream:
completion: push --set-upstream

contrib/completion/git-completion.bash
index 847e6e9aa4c6262d26e45f5414b110448d460100..344119b1b7be234b1c4a87148ce5c0d4ca0d3225 100755 (executable)
@@ -1730,7 +1730,7 @@ _git_push ()
        --*)
                __gitcomp "
                        --all --mirror --tags --dry-run --force --verbose
-                       --receive-pack= --repo=
+                       --receive-pack= --repo= --set-upstream
                "
                return
                ;;