summaryrefslogtreecommitdiffstats
path: root/subcmds/upload.py
diff options
context:
space:
mode:
authorMike Frysinger <vapier@google.com>2022-08-04 04:27:17 -0400
committerMike Frysinger <vapier@google.com>2022-08-18 16:40:40 +0000
commit7fa8eedd8ff975a9cdc4a1c046a1cadb7b3d10c5 (patch)
treedc093cf55dfe06c8cbd4d439ac427d3591b93a04 /subcmds/upload.py
parentdede564c3dc62f985bc79b11a3dd78b220114683 (diff)
downloadgit-repo-7fa8eedd8ff975a9cdc4a1c046a1cadb7b3d10c5.tar.gz
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 <lamontjones@google.com> Tested-by: Mike Frysinger <vapier@google.com>
Diffstat (limited to 'subcmds/upload.py')
-rw-r--r--subcmds/upload.py7
1 files changed, 7 insertions, 0 deletions
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
78new users. Users passed as --reviewers must already be registered 78new users. Users passed as --reviewers must already be registered
79with the code review system, or the upload will fail. 79with the code review system, or the upload will fail.
80 80
81While most normal Gerrit options have dedicated command line options,
82direct access to the Gerit options is available via --push-options.
83This is useful when Gerrit has newer functionality that %prog doesn't
84yet support, or doesn't have plans to support. See the Push Options
85documentation for more details:
86https://gerrit-review.googlesource.com/Documentation/user-upload.html#push_options
87
81# Configuration 88# Configuration
82 89
83review.URL.autoupload: 90review.URL.autoupload: