diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2021-10-07 10:23:44 +0000 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2021-10-07 10:23:44 +0000 |
commit | b4954686bcd36a24a91d4eb33211c0661750d2cb (patch) | |
tree | 8836cb068a061a16d6f28d18bb7c153f1c73c0b9 /documentation/content/en/articles/committers-guide/_index.adoc | |
parent | 1e27d34ec590c66ecf34d1bfc81eee474951c873 (diff) |
Diffstat (limited to 'documentation/content/en/articles/committers-guide/_index.adoc')
-rw-r--r-- | documentation/content/en/articles/committers-guide/_index.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |