summaryrefslogtreecommitdiffstats
path: root/docs/internal-fs-layout.md
diff options
context:
space:
mode:
authorLaMont Jones <lamontjones@google.com>2021-11-18 22:40:18 +0000
committerLaMont Jones <lamontjones@google.com>2022-02-17 21:57:55 +0000
commitcc879a97c3e2614d19b15b4661c3cab4d33139c9 (patch)
tree69d225e9f0e9d79fec8f423d9c40c275f0bf3b8c /docs/internal-fs-layout.md
parent87cce68b28c34fa86895baa8d7f48307382e6c75 (diff)
downloadgit-repo-cc879a97c3e2614d19b15b4661c3cab4d33139c9.tar.gz
Add multi-manifest support with <submanifest> elementv2.22
To be addressed in another change: - a partial `repo sync` (with a list of projects/paths to sync) requires `--this-tree-only`. Change-Id: I6c7400bf001540e9d7694fa70934f8f204cb5f57 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/322657 Tested-by: LaMont Jones <lamontjones@google.com> Reviewed-by: Mike Frysinger <vapier@google.com>
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`.