diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2021-02-02 18:36:45 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2021-02-02 18:41:08 +0000 |
| commit | 9d0f1092cf90c8bf161cb946584f703a9998f8cd (patch) | |
| tree | f22eef0fbef4cb197c4f12e3c98caac5789220df /tools | |
| parent | 45456abc4ce71053d07cf03ca63bd1ce459fec55 (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 0ebec48fd9a5..6a8db33649f0 100755 --- a/tools/tools/git/hooks/prepare-commit-msg +++ b/tools/tools/git/hooks/prepare-commit-msg @@ -45,6 +45,7 @@ $(awk '1;/^#$/{exit}' $1) # PR: <If and which Problem Report is related.> # Reported by: <If someone else reported the issue.> # Reviewed by: <If someone else reviewed your modification.> +# 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.> # MFC after: <N [day[s]|week[s]|month[s]]. Request a reminder email> |
