diff options
author | Mike Frysinger <vapier@google.com> | 2022-08-04 04:27:17 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@google.com> | 2022-08-18 16:40:40 +0000 |
commit | 7fa8eedd8ff975a9cdc4a1c046a1cadb7b3d10c5 (patch) | |
tree | dc093cf55dfe06c8cbd4d439ac427d3591b93a04 /subcmds/upload.py | |
parent | dede564c3dc62f985bc79b11a3dd78b220114683 (diff) | |
download | git-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.py | 7 |
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 | |||
78 | new users. Users passed as --reviewers must already be registered | 78 | new users. Users passed as --reviewers must already be registered |
79 | with the code review system, or the upload will fail. | 79 | with the code review system, or the upload will fail. |
80 | 80 | ||
81 | While most normal Gerrit options have dedicated command line options, | ||
82 | direct access to the Gerit options is available via --push-options. | ||
83 | This is useful when Gerrit has newer functionality that %prog doesn't | ||
84 | yet support, or doesn't have plans to support. See the Push Options | ||
85 | documentation for more details: | ||
86 | https://gerrit-review.googlesource.com/Documentation/user-upload.html#push_options | ||
87 | |||
81 | # Configuration | 88 | # Configuration |
82 | 89 | ||
83 | review.URL.autoupload: | 90 | review.URL.autoupload: |