diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/internal-fs-layout.md | 3 | ||||
-rw-r--r-- | docs/manifest-format.md | 3 | ||||
-rw-r--r-- | docs/python-support.md | 3 | ||||
-rw-r--r-- | docs/release-process.md | 3 | ||||
-rw-r--r-- | docs/repo-hooks.md | 3 | ||||
-rw-r--r-- | docs/windows.md | 3 |
6 files changed, 18 insertions, 0 deletions
diff --git a/docs/internal-fs-layout.md b/docs/internal-fs-layout.md index 3537dfda..e9446ef4 100644 --- a/docs/internal-fs-layout.md +++ b/docs/internal-fs-layout.md | |||
@@ -1,5 +1,8 @@ | |||
1 | # Repo internal filesystem layout | 1 | # Repo internal filesystem layout |
2 | 2 | ||
3 | > **Warning: The "master" branch is no longer used. Use "main" instead.**<br> | ||
4 | > https://gerrit.googlesource.com/git-repo/+/HEAD/docs/internal-fs-layout.md | ||
5 | |||
3 | A reference to the `.repo/` tree in repo client checkouts. | 6 | A reference to the `.repo/` tree in repo client checkouts. |
4 | Hopefully it's complete & up-to-date, but who knows! | 7 | Hopefully it's complete & up-to-date, but who knows! |
5 | 8 | ||
diff --git a/docs/manifest-format.md b/docs/manifest-format.md index 676e031d..bdb0ee87 100644 --- a/docs/manifest-format.md +++ b/docs/manifest-format.md | |||
@@ -1,5 +1,8 @@ | |||
1 | # repo Manifest Format | 1 | # repo Manifest Format |
2 | 2 | ||
3 | > **Warning: The "master" branch is no longer used. Use "main" instead.**<br> | ||
4 | > https://gerrit.googlesource.com/git-repo/+/HEAD/docs/manifest-format.md | ||
5 | |||
3 | A repo manifest describes the structure of a repo client; that is | 6 | A repo manifest describes the structure of a repo client; that is |
4 | the directories that are visible and where they should be obtained | 7 | the directories that are visible and where they should be obtained |
5 | from with git. | 8 | from with git. |
diff --git a/docs/python-support.md b/docs/python-support.md index a5c490a8..f2062b46 100644 --- a/docs/python-support.md +++ b/docs/python-support.md | |||
@@ -1,5 +1,8 @@ | |||
1 | # Supported Python Versions | 1 | # Supported Python Versions |
2 | 2 | ||
3 | > **Warning: The "master" branch is no longer used. Use "main" instead.**<br> | ||
4 | > https://gerrit.googlesource.com/git-repo/+/HEAD/docs/python-support.md | ||
5 | |||
3 | With Python 2.7 officially going EOL on [01 Jan 2020](https://pythonclock.org/), | 6 | With Python 2.7 officially going EOL on [01 Jan 2020](https://pythonclock.org/), |
4 | we need a support plan for the repo project itself. | 7 | we need a support plan for the repo project itself. |
5 | Inevitably, there will be a long tail of users who still want to use Python 2 on | 8 | Inevitably, there will be a long tail of users who still want to use Python 2 on |
diff --git a/docs/release-process.md b/docs/release-process.md index 0df590ac..170dbc25 100644 --- a/docs/release-process.md +++ b/docs/release-process.md | |||
@@ -1,5 +1,8 @@ | |||
1 | # repo release process | 1 | # repo release process |
2 | 2 | ||
3 | > **Warning: The "master" branch is no longer used. Use "main" instead.**<br> | ||
4 | > https://gerrit.googlesource.com/git-repo/+/HEAD/docs/release-process.md | ||
5 | |||
3 | This is the process for creating a new release of repo, as well as all the | 6 | This is the process for creating a new release of repo, as well as all the |
4 | related topics and flows. | 7 | related topics and flows. |
5 | 8 | ||
diff --git a/docs/repo-hooks.md b/docs/repo-hooks.md index 7c37c30e..6c5eac3c 100644 --- a/docs/repo-hooks.md +++ b/docs/repo-hooks.md | |||
@@ -1,5 +1,8 @@ | |||
1 | # repo hooks | 1 | # repo hooks |
2 | 2 | ||
3 | > **Warning: The "master" branch is no longer used. Use "main" instead.**<br> | ||
4 | > https://gerrit.googlesource.com/git-repo/+/HEAD/docs/repo-hooks.md | ||
5 | |||
3 | [TOC] | 6 | [TOC] |
4 | 7 | ||
5 | Repo provides a mechanism to hook specific stages of the runtime with custom | 8 | Repo provides a mechanism to hook specific stages of the runtime with custom |
diff --git a/docs/windows.md b/docs/windows.md index 4282bebf..7453188a 100644 --- a/docs/windows.md +++ b/docs/windows.md | |||
@@ -1,5 +1,8 @@ | |||
1 | # Microsoft Windows Details | 1 | # Microsoft Windows Details |
2 | 2 | ||
3 | > **Warning: The "master" branch is no longer used. Use "main" instead.**<br> | ||
4 | > https://gerrit.googlesource.com/git-repo/+/HEAD/docs/windows.md | ||
5 | |||
3 | Repo is primarily developed on Linux with a lot of users on macOS. | 6 | Repo is primarily developed on Linux with a lot of users on macOS. |
4 | Windows is, unfortunately, not a common platform. | 7 | Windows is, unfortunately, not a common platform. |
5 | There is support in repo for Windows, but there might be some rough edges. | 8 | There is support in repo for Windows, but there might be some rough edges. |