aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2021-04-17 19:51:56 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2021-04-17 19:51:56 +0000
commitff3de002a35e094d8364828382855e2b08751640 (patch)
treed7d6c56ebed3fa951ae67162d5d53dc2bbfcc39d
parenta1bee259bbfc6b3064731ccc302fbf7850dff777 (diff)
Remove a note about future ports migration to Git
It has already happened.
-rw-r--r--documentation/content/en/books/handbook/mirrors/_index.adoc1
1 files changed, 0 insertions, 1 deletions
diff --git a/documentation/content/en/books/handbook/mirrors/_index.adoc b/documentation/content/en/books/handbook/mirrors/_index.adoc
index 4adde25a81..28f250c66c 100644
--- a/documentation/content/en/books/handbook/mirrors/_index.adoc
+++ b/documentation/content/en/books/handbook/mirrors/_index.adoc
@@ -398,7 +398,6 @@ As of December 2020, FreeBSD uses git as the primary version control system for
====
Git is generally a developer tool.
Users may prefer to use `freebsd-update` (crossref:cutting-edge[updating-upgrading-freebsdupdate,“FreeBSD Update”]) to update the FreeBSD base system, and `portsnap` (crossref:ports[ports-using,“Using the Ports Collection”]) to update the FreeBSD Ports Collection.
-In April 2021, the ports tree will migrate to git.
====
This section demonstrates how to install Git on a FreeBSD system and use it to create a local copy of a FreeBSD repository.