summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/internal-fs-layout.md33
1 files changed, 17 insertions, 16 deletions
diff --git a/docs/internal-fs-layout.md b/docs/internal-fs-layout.md
index 9cbdefb7..0c59f988 100644
--- a/docs/internal-fs-layout.md
+++ b/docs/internal-fs-layout.md
@@ -147,22 +147,23 @@ repo client checkout.
147Most settings use the `[repo]` section to avoid conflicts with git. 147Most settings use the `[repo]` section to avoid conflicts with git.
148User controlled settings are initialized when running `repo init`. 148User controlled settings are initialized when running `repo init`.
149 149
150| Setting | `repo init` Option | Use/Meaning | 150| Setting | `repo init` Option | Use/Meaning |
151|-------------------|---------------------------|-------------| 151|------------------- |---------------------------|-------------|
152| manifest.groups | `--groups` & `--platform` | The manifest groups to sync | 152| manifest.groups | `--groups` & `--platform` | The manifest groups to sync |
153| repo.archive | `--archive` | Use `git archive` for checkouts | 153| repo.archive | `--archive` | Use `git archive` for checkouts |
154| repo.clonebundle | `--clone-bundle` | Whether the initial sync used clone.bundle explicitly | 154| repo.clonebundle | `--clone-bundle` | Whether the initial sync used clone.bundle explicitly |
155| repo.clonefilter | `--clone-filter` | Filter setting when using [partial git clones] | 155| repo.clonefilter | `--clone-filter` | Filter setting when using [partial git clones] |
156| repo.depth | `--depth` | Create shallow checkouts when cloning | 156| repo.depth | `--depth` | Create shallow checkouts when cloning |
157| repo.dissociate | `--dissociate` | Dissociate from any reference/mirrors after initial clone | 157| repo.dissociate | `--dissociate` | Dissociate from any reference/mirrors after initial clone |
158| repo.mirror | `--mirror` | Checkout is a repo mirror | 158| repo.mirror | `--mirror` | Checkout is a repo mirror |
159| repo.partialclone | `--partial-clone` | Create [partial git clones] | 159| repo.partialclone | `--partial-clone` | Create [partial git clones] |
160| repo.reference | `--reference` | Reference repo client checkout | 160| repo.partialcloneexclude | `--partial-clone-exclude` | Comma-delimited list of project names (not paths) to exclude while using [partial git clones] |
161| repo.submodules | `--submodules` | Sync git submodules | 161| repo.reference | `--reference` | Reference repo client checkout |
162| repo.superproject | `--use-superproject` | Sync [superproject] | 162| repo.submodules | `--submodules` | Sync git submodules |
163| repo.worktree | `--worktree` | Use [git worktree] for checkouts | 163| repo.superproject | `--use-superproject` | Sync [superproject] |
164| user.email | `--config-name` | User's e-mail address; Copied into `.git/config` when checking out a new project | 164| repo.worktree | `--worktree` | Use [git worktree] for checkouts |
165| user.name | `--config-name` | User's name; Copied into `.git/config` when checking out a new project | 165| user.email | `--config-name` | User's e-mail address; Copied into `.git/config` when checking out a new project |
166| user.name | `--config-name` | User's name; Copied into `.git/config` when checking out a new project |
166 167
167[partial git clones]: https://git-scm.com/docs/gitrepository-layout#_code_partialclone_code 168[partial git clones]: https://git-scm.com/docs/gitrepository-layout#_code_partialclone_code
168[superproject]: https://en.wikibooks.org/wiki/Git/Submodules_and_Superprojects 169[superproject]: https://en.wikibooks.org/wiki/Git/Submodules_and_Superprojects