From b4954686bcd36a24a91d4eb33211c0661750d2cb Mon Sep 17 00:00:00 2001 From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Thu, 7 Oct 2021 12:23:44 +0200 Subject: committers-guide: Mention MFH explicitly The process of merging ports commits from the main branch into a quarterly branch is called MFH (Merge From Head) for historical reasons. Mention MFH explicitly in the section describing the procedure so that it's easier to find it. --- documentation/content/en/articles/committers-guide/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/content/en/articles/committers-guide') diff --git a/documentation/content/en/articles/committers-guide/_index.adoc b/documentation/content/en/articles/committers-guide/_index.adoc index 7e7dca0e31..c1a2061c37 100644 --- a/documentation/content/en/articles/committers-guide/_index.adoc +++ b/documentation/content/en/articles/committers-guide/_index.adoc @@ -3790,7 +3790,7 @@ As of November 30, 2020, there is no need to seek explicit approval to commit to [[ports-qa-misc-commit-mfh]] ==== What is the procedure for merging commits to the quarterly branch? -Merging commits to the quarterly branch is very similar to MFC'ing a commit in the src repository, so basically: +Merging commits to the quarterly branch (a process we call MFH for a historical reason) is very similar to MFC'ing a commit in the src repository, so basically: [source,shell] .... % git checkout 2021Q2 -- cgit v1.2.3