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:
parent
608c44f96e
commit
aa8ae5fe17
@ -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.>
|
||||
|
Loading…
x
Reference in New Issue
Block a user