diff options
author | Gavin Mak <gavinmak@google.com> | 2023-08-16 22:06:25 +0000 |
---|---|---|
committer | LUCI <gerrit-scoped@luci-project-accounts.iam.gserviceaccount.com> | 2023-08-18 18:19:46 +0000 |
commit | 11cb96030ed5a0c322b5262c10a6af1a70486981 (patch) | |
tree | edb2d1e3d676ee36ea333097f69a5031ead1fc53 /docs/internal-fs-layout.md | |
parent | 8914b1f86db3903e507b26979f6f137907ea3398 (diff) | |
download | git-repo-11cb96030ed5a0c322b5262c10a6af1a70486981.tar.gz |
docs: Document .repo_localsyncstate.json
Update docs to reflect the new internal filesystem layout.
Bug: b/286126621, b/271507654
Change-Id: I8a2f8f36dff75544f32356ac5e31668f32ddffb3
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/383074
Reviewed-by: Mike Frysinger <vapier@google.com>
Commit-Queue: Gavin Mak <gavinmak@google.com>
Tested-by: Gavin Mak <gavinmak@google.com>
Diffstat (limited to 'docs/internal-fs-layout.md')
-rw-r--r-- | docs/internal-fs-layout.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/internal-fs-layout.md b/docs/internal-fs-layout.md index 401ebda1..f63978f3 100644 --- a/docs/internal-fs-layout.md +++ b/docs/internal-fs-layout.md | |||
@@ -42,8 +42,12 @@ For example, if you want to change the manifest branch, you can simply run | |||
42 | change the git URL/branch that this tracks, re-run `repo init` with the new | 42 | change the git URL/branch that this tracks, re-run `repo init` with the new |
43 | settings. | 43 | settings. |
44 | 44 | ||
45 | * `.repo_fetchtimes.json`: Used by `repo sync` to record stats when syncing | 45 | * `.repo_fetchtimes.json`: Used by `repo sync` to record fetch times when |
46 | the various projects. | 46 | syncing the various projects. |
47 | |||
48 | * `.repo_localsyncstate.json`: Used by `repo sync` to detect and warn on | ||
49 | on partial tree syncs. Partial syncs are allowed by `repo` itself, but are | ||
50 | unsupported by many projects where `repo` is used. | ||
47 | 51 | ||
48 | ### Manifests | 52 | ### Manifests |
49 | 53 | ||