summaryrefslogtreecommitdiffstats
path: root/docs/internal-fs-layout.md
diff options
context:
space:
mode:
authorMike Frysinger <vapier@google.com>2020-11-15 18:42:26 -0500
committerMike Frysinger <vapier@google.com>2020-11-16 05:07:33 +0000
commit6e89c965f40860f93389b919b4d7f190beb707f7 (patch)
treefa9d332ae2cdb27e6d46020a817dcdc5c349238f /docs/internal-fs-layout.md
parent1f20776dbb3b87ba39928dc4baba58f9c2d17c80 (diff)
downloadgit-repo-6e89c965f40860f93389b919b4d7f190beb707f7.tar.gz
switch to "main" branch for development
We're migrating from "master" to "main" as the default development branch. This only affects repo itself, not manifests. Change-Id: I27489dd721c9a467a1c43736808cb3b3c1365433 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/288082 Reviewed-by: Michael Mortensen <mmortensen@google.com> Tested-by: Mike Frysinger <vapier@google.com>
Diffstat (limited to 'docs/internal-fs-layout.md')
-rw-r--r--docs/internal-fs-layout.md2
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