mirror of
https://github.com/git/git.git
synced 2026-03-16 19:50:09 +01:00
Merge branch 'tm/completion-push-set-upstream' into next
* tm/completion-push-set-upstream: completion: push --set-upstream
This commit is contained in:
@@ -1730,7 +1730,7 @@ _git_push ()
|
||||
--*)
|
||||
__gitcomp "
|
||||
--all --mirror --tags --dry-run --force --verbose
|
||||
--receive-pack= --repo=
|
||||
--receive-pack= --repo= --set-upstream
|
||||
"
|
||||
return
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user