diff options
author | Mike Frysinger <vapier@google.com> | 2020-02-24 15:38:07 -0500 |
---|---|---|
committer | David Pursehouse <dpursehouse@collab.net> | 2020-02-24 23:35:47 +0000 |
commit | fc1b18ae9e39afc69b37ef4ada7a990e74b2c075 (patch) | |
tree | 1041653f3c0e3c1917fff2939c5e9af0850c5071 /docs | |
parent | d957ec6a834e333a3812546911f786b0c20b808f (diff) | |
download | git-repo-fc1b18ae9e39afc69b37ef4ada7a990e74b2c075.tar.gz |
upload: allow users to set labels when uploading
Bug: https://crbug.com/gerrit/11801
Change-Id: I060465105b4e68ddfc815e572f62bf5dac2c1ffd
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/256614
Tested-by: Mike Frysinger <vapier@google.com>
Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
Reviewed-by: David Pursehouse <dpursehouse@collab.net>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/internal-fs-layout.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/internal-fs-layout.md b/docs/internal-fs-layout.md index 8050e4f0..530252b1 100644 --- a/docs/internal-fs-layout.md +++ b/docs/internal-fs-layout.md | |||
@@ -193,7 +193,8 @@ The `[branch]` settings are updated by `repo start` and `git branch`. | |||
193 | | review.\<url\>.autocopy | upload | Automatically add to `--cc=<value>` | | 193 | | review.\<url\>.autocopy | upload | Automatically add to `--cc=<value>` | |
194 | | review.\<url\>.autoreviewer | upload | Automatically add to `--reviewers=<value>` | | 194 | | review.\<url\>.autoreviewer | upload | Automatically add to `--reviewers=<value>` | |
195 | | review.\<url\>.autoupload | upload | Automatically answer "yes" or "no" to all prompts | | 195 | | review.\<url\>.autoupload | upload | Automatically answer "yes" or "no" to all prompts | |
196 | | review.\<url\>.uploadhashtags | upload | Automatically add to `--hashtags=<value>` | | 196 | | review.\<url\>.uploadhashtags | upload | Automatically add to `--hashtag=<value>` | |
197 | | review.\<url\>.uploadlabels | upload | Automatically add to `--label=<value>` | | ||
197 | | review.\<url\>.uploadtopic | upload | Default [topic] to use | | 198 | | review.\<url\>.uploadtopic | upload | Default [topic] to use | |
198 | | review.\<url\>.username | upload | Override username with `ssh://` review URIs | | 199 | | review.\<url\>.username | upload | Override username with `ssh://` review URIs | |
199 | | remote.\<remote\>.fetch | sync | Set of refs to fetch | | 200 | | remote.\<remote\>.fetch | sync | Set of refs to fetch | |