diff options
author | David Greenaway <dgreenaway@google.com> | 2022-12-09 09:38:24 +1100 |
---|---|---|
committer | David Greenaway <dgreenaway@google.com> | 2022-12-12 22:19:57 +0000 |
commit | d98f3935247818eb5f5ff2f3816d67c680915161 (patch) | |
tree | e3bb555807e2d76f7ffe47ff9377278d3e7025a7 /docs/internal-fs-layout.md | |
parent | 0324e43242ff078dfce70e80ce8e00d394f5ccdb (diff) | |
download | git-repo-d98f3935247818eb5f5ff2f3816d67c680915161.tar.gz |
upload: Allow user to configure unusual commit threshold
Add a per-remote option `uploadwarningthreshold` allowing the user to
override how many commits can be uploaded prior to a warning being
displayed.
Change-Id: Ia7e1b2c7de89a0bf9ca1c24cc83dc595b3667437
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/354375
Tested-by: David Greenaway <dgreenaway@google.com>
Reviewed-by: Mike Frysinger <vapier@google.com>
Diffstat (limited to 'docs/internal-fs-layout.md')
-rw-r--r-- | docs/internal-fs-layout.md | 35 |
1 files changed, 18 insertions, 17 deletions
diff --git a/docs/internal-fs-layout.md b/docs/internal-fs-layout.md index a9bd1d26..8be61782 100644 --- a/docs/internal-fs-layout.md +++ b/docs/internal-fs-layout.md | |||
@@ -222,23 +222,24 @@ The `[remote]` settings are automatically populated/updated from the manifest. | |||
222 | 222 | ||
223 | The `[branch]` settings are updated by `repo start` and `git branch`. | 223 | The `[branch]` settings are updated by `repo start` and `git branch`. |
224 | 224 | ||
225 | | Setting | Subcommands | Use/Meaning | | 225 | | Setting | Subcommands | Use/Meaning | |
226 | |-------------------------------|---------------|-------------| | 226 | |---------------------------------------|---------------|-------------| |
227 | | review.\<url\>.autocopy | upload | Automatically add to `--cc=<value>` | | 227 | | review.\<url\>.autocopy | upload | Automatically add to `--cc=<value>` | |
228 | | review.\<url\>.autoreviewer | upload | Automatically add to `--reviewers=<value>` | | 228 | | review.\<url\>.autoreviewer | upload | Automatically add to `--reviewers=<value>` | |
229 | | review.\<url\>.autoupload | upload | Automatically answer "yes" or "no" to all prompts | | 229 | | review.\<url\>.autoupload | upload | Automatically answer "yes" or "no" to all prompts | |
230 | | review.\<url\>.uploadhashtags | upload | Automatically add to `--hashtag=<value>` | | 230 | | review.\<url\>.uploadhashtags | upload | Automatically add to `--hashtag=<value>` | |
231 | | review.\<url\>.uploadlabels | upload | Automatically add to `--label=<value>` | | 231 | | review.\<url\>.uploadlabels | upload | Automatically add to `--label=<value>` | |
232 | | review.\<url\>.uploadnotify | upload | [Notify setting][upload-notify] to use | | 232 | | review.\<url\>.uploadnotify | upload | [Notify setting][upload-notify] to use | |
233 | | review.\<url\>.uploadtopic | upload | Default [topic] to use | | 233 | | review.\<url\>.uploadtopic | upload | Default [topic] to use | |
234 | | review.\<url\>.username | upload | Override username with `ssh://` review URIs | | 234 | | review.\<url\>.uploadwarningthreshold | upload | Warn when attempting to upload more than this many CLs | |
235 | | remote.\<remote\>.fetch | sync | Set of refs to fetch | | 235 | | review.\<url\>.username | upload | Override username with `ssh://` review URIs | |
236 | | remote.\<remote\>.projectname | \<network\> | The name of the project as it exists in Gerrit review | | 236 | | remote.\<remote\>.fetch | sync | Set of refs to fetch | |
237 | | remote.\<remote\>.pushurl | upload | The base URI for pushing CLs | | 237 | | remote.\<remote\>.projectname | \<network\> | The name of the project as it exists in Gerrit review | |
238 | | remote.\<remote\>.review | upload | The URI of the Gerrit review server | | 238 | | remote.\<remote\>.pushurl | upload | The base URI for pushing CLs | |
239 | | remote.\<remote\>.url | sync & upload | The URI of the git project to fetch | | 239 | | remote.\<remote\>.review | upload | The URI of the Gerrit review server | |
240 | | branch.\<branch\>.merge | sync & upload | The branch to merge & upload & track | | 240 | | remote.\<remote\>.url | sync & upload | The URI of the git project to fetch | |
241 | | branch.\<branch\>.remote | sync & upload | The remote to track | | 241 | | branch.\<branch\>.merge | sync & upload | The branch to merge & upload & track | |
242 | | branch.\<branch\>.remote | sync & upload | The remote to track | | ||
242 | 243 | ||
243 | ## ~/ dotconfig layout | 244 | ## ~/ dotconfig layout |
244 | 245 | ||