diff options
Diffstat (limited to 'docs')
-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 4d18bb31..53c42638 100644 --- a/docs/internal-fs-layout.md +++ b/docs/internal-fs-layout.md | |||
@@ -142,11 +142,13 @@ User controlled settings are initialized when running `repo init`. | |||
142 | | repo.partialclone | `--partial-clone` | Create [partial git clones] | | 142 | | repo.partialclone | `--partial-clone` | Create [partial git clones] | |
143 | | repo.reference | `--reference` | Reference repo client checkout | | 143 | | repo.reference | `--reference` | Reference repo client checkout | |
144 | | repo.submodules | `--submodules` | Sync git submodules | | 144 | | repo.submodules | `--submodules` | Sync git submodules | |
145 | | repo.superproject | `--use-superproject` | Sync [superproject] | | ||
145 | | repo.worktree | `--worktree` | Use `git worktree` for checkouts | | 146 | | repo.worktree | `--worktree` | Use `git worktree` for checkouts | |
146 | | user.email | `--config-name` | User's e-mail address; Copied into `.git/config` when checking out a new project | | 147 | | user.email | `--config-name` | User's e-mail address; Copied into `.git/config` when checking out a new project | |
147 | | user.name | `--config-name` | User's name; Copied into `.git/config` when checking out a new project | | 148 | | user.name | `--config-name` | User's name; Copied into `.git/config` when checking out a new project | |
148 | 149 | ||
149 | [partial git clones]: https://git-scm.com/docs/gitrepository-layout#_code_partialclone_code | 150 | [partial git clones]: https://git-scm.com/docs/gitrepository-layout#_code_partialclone_code |
151 | [superproject]: https://en.wikibooks.org/wiki/Git/Submodules_and_Superprojects | ||
150 | 152 | ||
151 | ### Repo hooks settings | 153 | ### Repo hooks settings |
152 | 154 | ||