diff options
Diffstat (limited to 'docs/internal-fs-layout.md')
-rw-r--r-- | docs/internal-fs-layout.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/internal-fs-layout.md b/docs/internal-fs-layout.md index 3537dfda..4d18bb31 100644 --- a/docs/internal-fs-layout.md +++ b/docs/internal-fs-layout.md | |||
@@ -106,7 +106,7 @@ support, see the [manifest-format.md] file. | |||
106 | setting in the manifest (i.e. the path on the remote server) with a `.git` | 106 | setting in the manifest (i.e. the path on the remote server) with a `.git` |
107 | suffix. This allows for multiple checkouts of the same remote git repo to | 107 | suffix. This allows for multiple checkouts of the same remote git repo to |
108 | share their objects. For example, you could have different branches of | 108 | share their objects. For example, you could have different branches of |
109 | `foo/bar.git` checked out to `foo/bar-master`, `foo/bar-release`, etc... | 109 | `foo/bar.git` checked out to `foo/bar-main`, `foo/bar-release`, etc... |
110 | There will be multiple trees under `projects/` for each one, but only one | 110 | There will be multiple trees under `projects/` for each one, but only one |
111 | under `project-objects/`. | 111 | under `project-objects/`. |
112 | 112 | ||