completion: push --set-upstream
Signed-off-by: Teemu Matilainen <teemu.matilainen@iki.fi> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
ec014eac0e
commit
3623dc0310
@ -1796,7 +1796,7 @@ _git_push ()
|
|||||||
--*)
|
--*)
|
||||||
__gitcomp "
|
__gitcomp "
|
||||||
--all --mirror --tags --dry-run --force --verbose
|
--all --mirror --tags --dry-run --force --verbose
|
||||||
--receive-pack= --repo=
|
--receive-pack= --repo= --set-upstream
|
||||||
"
|
"
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user