The branch main has been updated by 0mp (doc, ports committer):

URL: 
https://cgit.FreeBSD.org/src/commit/?id=156fbc64857904834a400d5947de47fd39426f0a

commit 156fbc64857904834a400d5947de47fd39426f0a
Author:     Mateusz Piotrowski <[email protected]>
AuthorDate: 2021-04-20 10:30:42 +0000
Commit:     Mateusz Piotrowski <[email protected]>
CommitDate: 2021-12-02 12:25:16 +0000

    git hooks: Remove MFH
    
    The ports tree now has its own prepare-commit-msg Git hook, so there is
    not need to keep ports-specific metadata fields around in the src tree.
    
    Differential Revision:  https://reviews.freebsd.org/D29860
---
 tools/tools/git/hooks/prepare-commit-msg | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/tools/git/hooks/prepare-commit-msg 
b/tools/tools/git/hooks/prepare-commit-msg
index 761b4443cfd8..e8125f47eb33 100755
--- a/tools/tools/git/hooks/prepare-commit-msg
+++ b/tools/tools/git/hooks/prepare-commit-msg
@@ -50,7 +50,6 @@ $(awk '1;/^#$/{exit}' $1)
 # Obtained from:       <If the change is from a third party.>
 # Fixes:       <Short hash and title line of commit fixed by this change>
 # MFC after:   <N [day[s]|week[s]|month[s]].  Request a reminder email>
-# MFH:         <Ports tree branch name.  Request approval for merge.>
 # Relnotes:    <Set to 'yes' for mention in release notes.>
 # Security:    <Vulnerability reference (one per line) or description.>
 # Sponsored by:        <If the change was sponsored by an organization.>

Reply via email to