summaryrefslogtreecommitdiffstats
path: root/docs/internal-fs-layout.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/internal-fs-layout.md')
-rw-r--r--docs/internal-fs-layout.md35
1 files changed, 18 insertions, 17 deletions
diff --git a/docs/internal-fs-layout.md b/docs/internal-fs-layout.md
index a9bd1d26..8be61782 100644
--- a/docs/internal-fs-layout.md
+++ b/docs/internal-fs-layout.md
@@ -222,23 +222,24 @@ The `[remote]` settings are automatically populated/updated from the manifest.
222 222
223The `[branch]` settings are updated by `repo start` and `git branch`. 223The `[branch]` settings are updated by `repo start` and `git branch`.
224 224
225| Setting | Subcommands | Use/Meaning | 225| Setting | Subcommands | Use/Meaning |
226|-------------------------------|---------------|-------------| 226|---------------------------------------|---------------|-------------|
227| review.\<url\>.autocopy | upload | Automatically add to `--cc=<value>` | 227| review.\<url\>.autocopy | upload | Automatically add to `--cc=<value>` |
228| review.\<url\>.autoreviewer | upload | Automatically add to `--reviewers=<value>` | 228| review.\<url\>.autoreviewer | upload | Automatically add to `--reviewers=<value>` |
229| review.\<url\>.autoupload | upload | Automatically answer "yes" or "no" to all prompts | 229| review.\<url\>.autoupload | upload | Automatically answer "yes" or "no" to all prompts |
230| review.\<url\>.uploadhashtags | upload | Automatically add to `--hashtag=<value>` | 230| review.\<url\>.uploadhashtags | upload | Automatically add to `--hashtag=<value>` |
231| review.\<url\>.uploadlabels | upload | Automatically add to `--label=<value>` | 231| review.\<url\>.uploadlabels | upload | Automatically add to `--label=<value>` |
232| review.\<url\>.uploadnotify | upload | [Notify setting][upload-notify] to use | 232| review.\<url\>.uploadnotify | upload | [Notify setting][upload-notify] to use |
233| review.\<url\>.uploadtopic | upload | Default [topic] to use | 233| review.\<url\>.uploadtopic | upload | Default [topic] to use |
234| review.\<url\>.username | upload | Override username with `ssh://` review URIs | 234| review.\<url\>.uploadwarningthreshold | upload | Warn when attempting to upload more than this many CLs |
235| remote.\<remote\>.fetch | sync | Set of refs to fetch | 235| review.\<url\>.username | upload | Override username with `ssh://` review URIs |
236| remote.\<remote\>.projectname | \<network\> | The name of the project as it exists in Gerrit review | 236| remote.\<remote\>.fetch | sync | Set of refs to fetch |
237| remote.\<remote\>.pushurl | upload | The base URI for pushing CLs | 237| remote.\<remote\>.projectname | \<network\> | The name of the project as it exists in Gerrit review |
238| remote.\<remote\>.review | upload | The URI of the Gerrit review server | 238| remote.\<remote\>.pushurl | upload | The base URI for pushing CLs |
239| remote.\<remote\>.url | sync & upload | The URI of the git project to fetch | 239| remote.\<remote\>.review | upload | The URI of the Gerrit review server |
240| branch.\<branch\>.merge | sync & upload | The branch to merge & upload & track | 240| remote.\<remote\>.url | sync & upload | The URI of the git project to fetch |
241| branch.\<branch\>.remote | sync & upload | The remote to track | 241| branch.\<branch\>.merge | sync & upload | The branch to merge & upload & track |
242| branch.\<branch\>.remote | sync & upload | The remote to track |
242 243
243## ~/ dotconfig layout 244## ~/ dotconfig layout
244 245