git: af15ae9dd139 - main - prepare-commit-msg: add 'Event'
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 May 2023 14:01:57 UTC
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###>