From d98f3935247818eb5f5ff2f3816d67c680915161 Mon Sep 17 00:00:00 2001 From: David Greenaway Date: Fri, 9 Dec 2022 09:38:24 +1100 Subject: 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 Reviewed-by: Mike Frysinger --- docs/internal-fs-layout.md | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) (limited to 'docs/internal-fs-layout.md') 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. The `[branch]` settings are updated by `repo start` and `git branch`. -| Setting | Subcommands | Use/Meaning | -|-------------------------------|---------------|-------------| -| review.\.autocopy | upload | Automatically add to `--cc=` | -| review.\.autoreviewer | upload | Automatically add to `--reviewers=` | -| review.\.autoupload | upload | Automatically answer "yes" or "no" to all prompts | -| review.\.uploadhashtags | upload | Automatically add to `--hashtag=` | -| review.\.uploadlabels | upload | Automatically add to `--label=` | -| review.\.uploadnotify | upload | [Notify setting][upload-notify] to use | -| review.\.uploadtopic | upload | Default [topic] to use | -| review.\.username | upload | Override username with `ssh://` review URIs | -| remote.\.fetch | sync | Set of refs to fetch | -| remote.\.projectname | \ | The name of the project as it exists in Gerrit review | -| remote.\.pushurl | upload | The base URI for pushing CLs | -| remote.\.review | upload | The URI of the Gerrit review server | -| remote.\.url | sync & upload | The URI of the git project to fetch | -| branch.\.merge | sync & upload | The branch to merge & upload & track | -| branch.\.remote | sync & upload | The remote to track | +| Setting | Subcommands | Use/Meaning | +|---------------------------------------|---------------|-------------| +| review.\.autocopy | upload | Automatically add to `--cc=` | +| review.\.autoreviewer | upload | Automatically add to `--reviewers=` | +| review.\.autoupload | upload | Automatically answer "yes" or "no" to all prompts | +| review.\.uploadhashtags | upload | Automatically add to `--hashtag=` | +| review.\.uploadlabels | upload | Automatically add to `--label=` | +| review.\.uploadnotify | upload | [Notify setting][upload-notify] to use | +| review.\.uploadtopic | upload | Default [topic] to use | +| review.\.uploadwarningthreshold | upload | Warn when attempting to upload more than this many CLs | +| review.\.username | upload | Override username with `ssh://` review URIs | +| remote.\.fetch | sync | Set of refs to fetch | +| remote.\.projectname | \ | The name of the project as it exists in Gerrit review | +| remote.\.pushurl | upload | The base URI for pushing CLs | +| remote.\.review | upload | The URI of the Gerrit review server | +| remote.\.url | sync & upload | The URI of the git project to fetch | +| branch.\.merge | sync & upload | The branch to merge & upload & track | +| branch.\.remote | sync & upload | The remote to track | ## ~/ dotconfig layout -- cgit v1.2.3-54-g00ecf