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.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/internal-fs-layout.md b/docs/internal-fs-layout.md
index 8cc3cabd..e3be1731 100644
--- a/docs/internal-fs-layout.md
+++ b/docs/internal-fs-layout.md
@@ -146,7 +146,12 @@ Instead, you should use standard Git workflows like [git worktree] or
146 146
147The `.repo/manifests.git/config` file is used to track settings for the entire 147The `.repo/manifests.git/config` file is used to track settings for the entire
148repo client checkout. 148repo client checkout.
149
149Most settings use the `[repo]` section to avoid conflicts with git. 150Most settings use the `[repo]` section to avoid conflicts with git.
151
152Everything under `[repo.syncstate.*]` is used to keep track of sync details for logging
153purposes.
154
150User controlled settings are initialized when running `repo init`. 155User controlled settings are initialized when running `repo init`.
151 156
152| Setting | `repo init` Option | Use/Meaning | 157| Setting | `repo init` Option | Use/Meaning |