diff options
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 | ||