diff options
author | Mike Frysinger <vapier@google.com> | 2020-03-14 17:39:03 -0400 |
---|---|---|
committer | David Pursehouse <dpursehouse@collab.net> | 2020-03-15 08:31:35 +0000 |
commit | f725e548db17281037d794f18aab3320d2580865 (patch) | |
tree | 5669eedc913551e8e53c5d11bd39ee90e972e12c /docs/internal-fs-layout.md | |
parent | 4847e0574303f90438335a7c6c7c009145deb8ef (diff) | |
download | git-repo-f725e548db17281037d794f18aab3320d2580865.tar.gz |
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 <vapier@google.com>
Reviewed-by: David Pursehouse <dpursehouse@collab.net>
Diffstat (limited to 'docs/internal-fs-layout.md')
-rw-r--r-- | docs/internal-fs-layout.md | 2 |
1 files changed, 2 insertions, 0 deletions
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`. | |||
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 `--hashtag=<value>` | | 196 | | review.\<url\>.uploadhashtags | upload | Automatically add to `--hashtag=<value>` | |
197 | | review.\<url\>.uploadlabels | upload | Automatically add to `--label=<value>` | | 197 | | review.\<url\>.uploadlabels | upload | Automatically add to `--label=<value>` | |
198 | | review.\<url\>.uploadnotify | upload | [Notify setting][upload-notify] to use | | ||
198 | | review.\<url\>.uploadtopic | upload | Default [topic] to use | | 199 | | review.\<url\>.uploadtopic | upload | Default [topic] to use | |
199 | | review.\<url\>.username | upload | Override username with `ssh://` review URIs | | 200 | | review.\<url\>.username | upload | Override username with `ssh://` review URIs | |
200 | | remote.\<remote\>.fetch | sync | Set of refs to fetch | | 201 | | remote.\<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. | |||
227 | [manifest-format.md]: ./manifest-format.md | 228 | [manifest-format.md]: ./manifest-format.md |
228 | [local manifests]: ./manifest-format.md#Local-Manifests | 229 | [local manifests]: ./manifest-format.md#Local-Manifests |
229 | [topic]: https://gerrit-review.googlesource.com/Documentation/intro-user.html#topics | 230 | [topic]: https://gerrit-review.googlesource.com/Documentation/intro-user.html#topics |
231 | [upload-notify]: https://gerrit-review.googlesource.com/Documentation/user-upload.html#notify | ||