From f725e548db17281037d794f18aab3320d2580865 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 14 Mar 2020 17:39:03 -0400 Subject: upload: add config setting for upload notifications This allows people to set default e-mail notifications via gitconfig. Bug: https://crbug.com/gerrit/12451 Change-Id: Ic04ea3b7df0c5603c491961112c5be8cabb9dddd Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/259014 Tested-by: Mike Frysinger Reviewed-by: David Pursehouse --- docs/internal-fs-layout.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/internal-fs-layout.md') diff --git a/docs/internal-fs-layout.md b/docs/internal-fs-layout.md index 530252b1..b06e898f 100644 --- a/docs/internal-fs-layout.md +++ b/docs/internal-fs-layout.md @@ -195,6 +195,7 @@ The `[branch]` settings are updated by `repo start` and `git branch`. | 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 | @@ -227,3 +228,4 @@ Repo will create & maintain a few files in the user's home directory. [manifest-format.md]: ./manifest-format.md [local manifests]: ./manifest-format.md#Local-Manifests [topic]: https://gerrit-review.googlesource.com/Documentation/intro-user.html#topics +[upload-notify]: https://gerrit-review.googlesource.com/Documentation/user-upload.html#notify -- cgit v1.2.3-54-g00ecf