Date: Thu, 4 Feb 2021 17:49:51 GMT From: Warner Losh <imp@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 4830802786 - main - Fix minor markup issues with updating vendor import section Message-ID: <202102041749.114HnpbB028977@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/doc/commit/?id=4830802786572b6e9f2e4ab65f7bd9444f36c3ac commit 4830802786572b6e9f2e4ab65f7bd9444f36c3ac Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2021-02-04 17:49:28 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2021-02-04 17:49:28 +0000 Fix minor markup issues with updating vendor import section --- .../content/en/books/developers-handbook/policies/chapter.adoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/documentation/content/en/books/developers-handbook/policies/chapter.adoc b/documentation/content/en/books/developers-handbook/policies/chapter.adoc index 925fb10fee..51f914d18a 100644 --- a/documentation/content/en/books/developers-handbook/policies/chapter.adoc +++ b/documentation/content/en/books/developers-handbook/policies/chapter.adoc @@ -82,7 +82,6 @@ Because it makes it harder to import future versions minor, trivial and/or cosme This section describes the vendor import procedure with Git in detail. -[.conventions] ==== Branch naming convention All vendor branches and tags start with `vendor/`. These branches and tags are visible by default. @@ -96,7 +95,6 @@ This chapter follows the convention that the `freebsd` origin is the source of t We'll explore an example for updating NetBSD's mtree that's in our tree. The vendor branch for this is `vendor/NetBSD/mtree`. -[.procedure] ==== Updating an old vendor import Since the trees we have in vendor branches are usually a tiny subset of the FreeBSD, it's best to do them with work trees since the process is
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102041749.114HnpbB028977>