Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Feb 2021 18:41:58 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 9d0f1092cf90 - main - git hooks: add "Tested by" to commit message template
Message-ID:  <202102021841.112IfwrK048564@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=9d0f1092cf90c8bf161cb946584f703a9998f8cd

commit 9d0f1092cf90c8bf161cb946584f703a9998f8cd
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2021-02-02 18:36:45 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2021-02-02 18:41:08 +0000

    git hooks: add "Tested by" to commit message template
    
    Reported by:    mjg
    Reviewed by:    imp
    Sponsored by:   The FreeBSD Foundation
---
 tools/tools/git/hooks/prepare-commit-msg | 1 +
 1 file changed, 1 insertion(+)

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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102021841.112IfwrK048564>