mirror of
https://gerrit.googlesource.com/git-repo
synced 2025-06-28 20:17:26 +00:00
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
a99f19f40e |
@ -1,5 +1,8 @@
|
|||||||
# repo
|
# repo
|
||||||
|
|
||||||
|
> **Warning: The "master" branch is no longer used. Use "main" instead.**<br>
|
||||||
|
> https://gerrit.googlesource.com/git-repo/+/HEAD/README.md
|
||||||
|
|
||||||
Repo is a tool built on top of Git. Repo helps manage many Git repositories,
|
Repo is a tool built on top of Git. Repo helps manage many Git repositories,
|
||||||
does the uploads to revision control systems, and automates parts of the
|
does the uploads to revision control systems, and automates parts of the
|
||||||
development workflow. Repo is not meant to replace Git, only to make it
|
development workflow. Repo is not meant to replace Git, only to make it
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
> **Warning: The "master" branch is no longer used. Use "main" instead.**<br>
|
||||||
|
> https://gerrit.googlesource.com/git-repo/+/HEAD/SUBMITTING_PATCHES.md
|
||||||
|
|
||||||
[TOC]
|
[TOC]
|
||||||
|
|
||||||
# Short Version
|
# Short Version
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
# Repo internal filesystem layout
|
# Repo internal filesystem layout
|
||||||
|
|
||||||
|
> **Warning: The "master" branch is no longer used. Use "main" instead.**<br>
|
||||||
|
> https://gerrit.googlesource.com/git-repo/+/HEAD/docs/internal-fs-layout.md
|
||||||
|
|
||||||
A reference to the `.repo/` tree in repo client checkouts.
|
A reference to the `.repo/` tree in repo client checkouts.
|
||||||
Hopefully it's complete & up-to-date, but who knows!
|
Hopefully it's complete & up-to-date, but who knows!
|
||||||
|
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
# repo Manifest Format
|
# repo Manifest Format
|
||||||
|
|
||||||
|
> **Warning: The "master" branch is no longer used. Use "main" instead.**<br>
|
||||||
|
> https://gerrit.googlesource.com/git-repo/+/HEAD/docs/manifest-format.md
|
||||||
|
|
||||||
A repo manifest describes the structure of a repo client; that is
|
A repo manifest describes the structure of a repo client; that is
|
||||||
the directories that are visible and where they should be obtained
|
the directories that are visible and where they should be obtained
|
||||||
from with git.
|
from with git.
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
# Supported Python Versions
|
# Supported Python Versions
|
||||||
|
|
||||||
|
> **Warning: The "master" branch is no longer used. Use "main" instead.**<br>
|
||||||
|
> https://gerrit.googlesource.com/git-repo/+/HEAD/docs/python-support.md
|
||||||
|
|
||||||
With Python 2.7 officially going EOL on [01 Jan 2020](https://pythonclock.org/),
|
With Python 2.7 officially going EOL on [01 Jan 2020](https://pythonclock.org/),
|
||||||
we need a support plan for the repo project itself.
|
we need a support plan for the repo project itself.
|
||||||
Inevitably, there will be a long tail of users who still want to use Python 2 on
|
Inevitably, there will be a long tail of users who still want to use Python 2 on
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
# repo release process
|
# repo release process
|
||||||
|
|
||||||
|
> **Warning: The "master" branch is no longer used. Use "main" instead.**<br>
|
||||||
|
> https://gerrit.googlesource.com/git-repo/+/HEAD/docs/release-process.md
|
||||||
|
|
||||||
This is the process for creating a new release of repo, as well as all the
|
This is the process for creating a new release of repo, as well as all the
|
||||||
related topics and flows.
|
related topics and flows.
|
||||||
|
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
# repo hooks
|
# repo hooks
|
||||||
|
|
||||||
|
> **Warning: The "master" branch is no longer used. Use "main" instead.**<br>
|
||||||
|
> https://gerrit.googlesource.com/git-repo/+/HEAD/docs/repo-hooks.md
|
||||||
|
|
||||||
[TOC]
|
[TOC]
|
||||||
|
|
||||||
Repo provides a mechanism to hook specific stages of the runtime with custom
|
Repo provides a mechanism to hook specific stages of the runtime with custom
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
# Microsoft Windows Details
|
# Microsoft Windows Details
|
||||||
|
|
||||||
|
> **Warning: The "master" branch is no longer used. Use "main" instead.**<br>
|
||||||
|
> https://gerrit.googlesource.com/git-repo/+/HEAD/docs/windows.md
|
||||||
|
|
||||||
Repo is primarily developed on Linux with a lot of users on macOS.
|
Repo is primarily developed on Linux with a lot of users on macOS.
|
||||||
Windows is, unfortunately, not a common platform.
|
Windows is, unfortunately, not a common platform.
|
||||||
There is support in repo for Windows, but there might be some rough edges.
|
There is support in repo for Windows, but there might be some rough edges.
|
||||||
|
@ -1,2 +1,5 @@
|
|||||||
|
> **Warning: The "master" branch is no longer used. Use "main" instead.**<br>
|
||||||
|
> https://gerrit.googlesource.com/git-repo/+/HEAD/release/README.md
|
||||||
|
|
||||||
These are helper tools for managing official releases.
|
These are helper tools for managing official releases.
|
||||||
See the [release process](../docs/release-process.md) document for more details.
|
See the [release process](../docs/release-process.md) document for more details.
|
||||||
|
Reference in New Issue
Block a user