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.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/internal-fs-layout.md b/docs/internal-fs-layout.md
index 0e830510..a9bd1d26 100644
--- a/docs/internal-fs-layout.md
+++ b/docs/internal-fs-layout.md
@@ -50,6 +50,10 @@ For example, if you want to change the manifest branch, you can simply run
50For more documentation on the manifest format, including the local_manifests 50For more documentation on the manifest format, including the local_manifests
51support, see the [manifest-format.md] file. 51support, see the [manifest-format.md] file.
52 52
53* `submanifests/{submanifest.path}/`: The path prefix to the manifest state of
54 a submanifest included in a multi-manifest checkout. The outermost manifest
55 manifest state is found adjacent to `submanifests/`.
56
53* `manifests/`: A git checkout of the manifest project. Its `.git/` state 57* `manifests/`: A git checkout of the manifest project. Its `.git/` state
54 points to the `manifest.git` bare checkout (see below). It tracks the git 58 points to the `manifest.git` bare checkout (see below). It tracks the git
55 branch specified at `repo init` time via `--manifest-branch`. 59 branch specified at `repo init` time via `--manifest-branch`.