From fc1b18ae9e39afc69b37ef4ada7a990e74b2c075 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 24 Feb 2020 15:38:07 -0500 Subject: 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 Reviewed-by: Jack Rosenthal Reviewed-by: David Pursehouse --- docs/internal-fs-layout.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') 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`. | 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 `--hashtags=` | +| review.\.uploadhashtags | upload | Automatically add to `--hashtag=` | +| review.\.uploadlabels | upload | Automatically add to `--label=` | | review.\.uploadtopic | upload | Default [topic] to use | | review.\.username | upload | Override username with `ssh://` review URIs | | remote.\.fetch | sync | Set of refs to fetch | -- cgit v1.2.3-54-g00ecf