summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md3
-rw-r--r--SUBMITTING_PATCHES.md3
-rw-r--r--docs/internal-fs-layout.md3
-rw-r--r--docs/manifest-format.md3
-rw-r--r--docs/python-support.md3
-rw-r--r--docs/release-process.md3
-rw-r--r--docs/repo-hooks.md3
-rw-r--r--docs/windows.md3
-rw-r--r--release/README.md3
9 files changed, 27 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5519e9aa..3ff89911 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,8 @@
1# repo 1# repo
2 2
3> **Warning: The "master" branch is no longer used. Use "main" instead.**<br>
4> https://gerrit.googlesource.com/git-repo/+/HEAD/README.md
5
3Repo is a tool built on top of Git. Repo helps manage many Git repositories, 6Repo is a tool built on top of Git. Repo helps manage many Git repositories,
4does the uploads to revision control systems, and automates parts of the 7does the uploads to revision control systems, and automates parts of the
5development workflow. Repo is not meant to replace Git, only to make it 8development workflow. Repo is not meant to replace Git, only to make it
diff --git a/SUBMITTING_PATCHES.md b/SUBMITTING_PATCHES.md
index c51fac0b..e02a753d 100644
--- a/SUBMITTING_PATCHES.md
+++ b/SUBMITTING_PATCHES.md
@@ -1,3 +1,6 @@
1> **Warning: The "master" branch is no longer used. Use "main" instead.**<br>
2> https://gerrit.googlesource.com/git-repo/+/HEAD/SUBMITTING_PATCHES.md
3
1[TOC] 4[TOC]
2 5
3# Short Version 6# Short Version
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
3A reference to the `.repo/` tree in repo client checkouts. 6A reference to the `.repo/` tree in repo client checkouts.
4Hopefully it's complete & up-to-date, but who knows! 7Hopefully 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
3A repo manifest describes the structure of a repo client; that is 6A repo manifest describes the structure of a repo client; that is
4the directories that are visible and where they should be obtained 7the directories that are visible and where they should be obtained
5from with git. 8from 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
3With Python 2.7 officially going EOL on [01 Jan 2020](https://pythonclock.org/), 6With Python 2.7 officially going EOL on [01 Jan 2020](https://pythonclock.org/),
4we need a support plan for the repo project itself. 7we need a support plan for the repo project itself.
5Inevitably, there will be a long tail of users who still want to use Python 2 on 8Inevitably, 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
3This is the process for creating a new release of repo, as well as all the 6This is the process for creating a new release of repo, as well as all the
4related topics and flows. 7related 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
5Repo provides a mechanism to hook specific stages of the runtime with custom 8Repo 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
3Repo is primarily developed on Linux with a lot of users on macOS. 6Repo is primarily developed on Linux with a lot of users on macOS.
4Windows is, unfortunately, not a common platform. 7Windows is, unfortunately, not a common platform.
5There is support in repo for Windows, but there might be some rough edges. 8There is support in repo for Windows, but there might be some rough edges.
diff --git a/release/README.md b/release/README.md
index 3b81d532..7f3a5e9d 100644
--- a/release/README.md
+++ b/release/README.md
@@ -1,2 +1,5 @@
1> **Warning: The "master" branch is no longer used. Use "main" instead.**<br>
2> https://gerrit.googlesource.com/git-repo/+/HEAD/release/README.md
3
1These are helper tools for managing official releases. 4These are helper tools for managing official releases.
2See the [release process](../docs/release-process.md) document for more details. 5See the [release process](../docs/release-process.md) document for more details.