diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2021-02-20 18:49:31 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2021-02-22 15:29:56 +0000 |
| commit | aa8ae5fe17eb380b0f30f1641f17a0b3d83a68c3 (patch) | |
| tree | 3e67f2d2f717a0411dc6cbe876be824d763db796 /tools | |
| parent | 608c44f96e88f28f9607374a6c9327d13d3d3d0e (diff) | |
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/tools/git/hooks/prepare-commit-msg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/tools/git/hooks/prepare-commit-msg b/tools/tools/git/hooks/prepare-commit-msg index 4d1072700af0..761b4443cfd8 100755 --- a/tools/tools/git/hooks/prepare-commit-msg +++ b/tools/tools/git/hooks/prepare-commit-msg @@ -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.> |
