Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 May 2023 14:01:57 GMT
From:      Kristof Provost <kp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: af15ae9dd139 - main - prepare-commit-msg: add 'Event'
Message-ID:  <202305221401.34ME1vC2008817@gitrepo.freebsd.org>

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

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

commit af15ae9dd13969abd384cbbfb61bfcc298e5cc5a
Author:     Kristof Provost <kp@FreeBSD.org>
AuthorDate: 2023-05-20 14:52:38 +0000
Commit:     Kristof Provost <kp@FreeBSD.org>
CommitDate: 2023-05-22 14:01:09 +0000

    prepare-commit-msg: add 'Event'
    
    Add 'Event' to the pre-commit template.
    
    The key word is already documented at
    https://docs.freebsd.org/en/articles/committers-guide/#_include_appropriate_metadata_in_a_footer
    
    Suggested by:   imp@
    Event:          BSDCan 2023
    Differential Revision:  https://reviews.freebsd.org/D40184
---
 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 e8125f47eb33..ac3844accec2 100755
--- a/tools/tools/git/hooks/prepare-commit-msg
+++ b/tools/tools/git/hooks/prepare-commit-msg
@@ -52,6 +52,7 @@ $(awk '1;/^#$/{exit}' $1)
 # MFC after:	<N [day[s]|week[s]|month[s]].  Request a reminder email>
 # Relnotes:	<Set to 'yes' for mention in release notes.>
 # Security:	<Vulnerability reference (one per line) or description.>
+# Event:	<If this was done at a conference.>
 # Sponsored by:	<If the change was sponsored by an organization.>
 # Pull Request:	<https://github.com/freebsd/<repo>/pull/###>;
 # Differential Revision:	<https://reviews.freebsd.org/D###>;



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