Update committers list. Add PGP key, author entity
and news item.
Details
- Reviewers
erj kbowling - Commits
- R9:f203913d4171: Add new src committer information for kgalazka
Diff Detail
- Repository
- R9 FreeBSD doc repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
It will be helpful, especially early on, to add a fully formatted commit message to the review description so we can have a look and make sure you have the git config right.
Header from format-patch output will help?
From 8b25aaab390661b772150cc6a020f8f12ce99f42 Mon Sep 17 00:00:00 2001 From: Krzysztof Galazka <kgalazka@FreeBSD.org> Date: Wed, 7 May 2025 20:36:15 +0200 Subject: [PATCH] Add new src committer information for kgalazka Update committers list. Add PGP key, author entity and news item.
or do you mean more elaborate commit message like e.g. D48694?
See the actual commit message from that https://reviews.freebsd.org/R9:a52de44df1a6534adec66174ee68d03444738907
It has the approver-this is a bit of a race condition as you need me or erj or both to approve so you will always need to update it right before push.
It also has the differential revision.
In the committers guide there is some git config for setting up the standard commit template.
Ah, sure, I've installed git hook per Committer's Guide.
Commit message in my working copy with amends after your approval:
Subject: [PATCH] Add new src committer information for kgalazka Update committers list. Add PGP key, author entity and news item. Approved by: kbowling (mentor) Differential Revision: <https://reviews.freebsd.org/D50243>