git: 4830802786 - main - Fix minor markup issues with updating vendor import section
Warner Losh
imp at FreeBSD.org
Thu Feb 4 17:49:51 UTC 2021
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/doc/commit/?id=4830802786572b6e9f2e4ab65f7bd9444f36c3ac
commit 4830802786572b6e9f2e4ab65f7bd9444f36c3ac
Author: Warner Losh <imp at FreeBSD.org>
AuthorDate: 2021-02-04 17:49:28 +0000
Commit: Warner Losh <imp at 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
More information about the dev-commits-doc-all
mailing list