git: 66aba360e8 - main - Handbook: Mention that ports have transitioned to Git
Mateusz Piotrowski <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/doc/commit/?id=66aba360e8e8abea842b7b8400fa79f2e9dfded4 commit 66aba360e8e8abea842b7b8400fa79f2e9dfded4 Author: Mateusz Piotrowski <[email protected]> AuthorDate: 2021-04-19 10:17:58 +0000 Commit: Mateusz Piotrowski <[email protected]> CommitDate: 2021-04-19 10:17:58 +0000 Handbook: Mention that ports have transitioned to Git --- documentation/content/en/books/handbook/mirrors/_index.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/documentation/content/en/books/handbook/mirrors/_index.adoc b/documentation/content/en/books/handbook/mirrors/_index.adoc index 28f250c66c..1801176cbd 100644 --- a/documentation/content/en/books/handbook/mirrors/_index.adoc +++ b/documentation/content/en/books/handbook/mirrors/_index.adoc @@ -456,8 +456,7 @@ Cloning over an existing non-git directory will fail. Git uses URLs to designate a repository, taking the form of _protocol://hostname/path_. The first component of the path is the FreeBSD repository to access. -There are two different repositories, `src` for the FreeBSD systerm source code, and `doc` for documentation. -In the future a third repository, 'ports' will be available for the FreeBSD ports code. +There are three different repositories, `src` for the FreeBSD systerm source code, `doc` for documentation, and `ports` for the FreeBSD Ports Collection. For example, the URL `https://git.FreeBSD.org/src.git` specifies the main branch of the src repository, using the `https` protocol. .Handy URL Table _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-doc-all To unsubscribe, send any mail to "[email protected]"