From 7fa8eedd8ff975a9cdc4a1c046a1cadb7b3d10c5 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 4 Aug 2022 04:27:17 -0400 Subject: upload: add --push-options tips & doc link Change-Id: Iee38a80974c53231d1e9f04f7f85b2d0bac96dbb Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/342354 Reviewed-by: LaMont Jones Tested-by: Mike Frysinger --- subcmds/upload.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'subcmds') diff --git a/subcmds/upload.py b/subcmds/upload.py index 01d1dea4..ac2ed146 100644 --- a/subcmds/upload.py +++ b/subcmds/upload.py @@ -78,6 +78,13 @@ added to the respective list of users, and emails are sent to any new users. Users passed as --reviewers must already be registered with the code review system, or the upload will fail. +While most normal Gerrit options have dedicated command line options, +direct access to the Gerit options is available via --push-options. +This is useful when Gerrit has newer functionality that %prog doesn't +yet support, or doesn't have plans to support. See the Push Options +documentation for more details: +https://gerrit-review.googlesource.com/Documentation/user-upload.html#push_options + # Configuration review.URL.autoupload: -- cgit v1.2.3-54-g00ecf