Date: Mon, 19 Apr 2021 10:19:23 GMT From: Mateusz Piotrowski <0mp@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 66aba360e8 - main - Handbook: Mention that ports have transitioned to Git Message-ID: <202104191019.13JAJNkr079299@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/doc/commit/?id=66aba360e8e8abea842b7b8400fa79f2e9dfded4 commit 66aba360e8e8abea842b7b8400fa79f2e9dfded4 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-04-19 10:17:58 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104191019.13JAJNkr079299>