git hooks: add "Fixes" trailer to commit message template

A number of projects use "Fixes: <hash>" to identify a commit that is
fixed by a given change.  Adopt that convention.

Differential Revision:	https://reviews.freebsd.org/D28693
This commit is contained in:
Ed Maste 2021-02-20 13:49:31 -05:00
parent 608c44f96e
commit aa8ae5fe17

View File

@ -48,6 +48,7 @@ $(awk '1;/^#$/{exit}' $1)
# Tested by: <If someone else tested the change.>
# Approved by: <If you needed approval for this commit.>
# 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.>