Page MenuHomeFreeBSD

Add new src committer information for kgalazka
ClosedPublic

Authored by kgalazka on May 7 2025, 5:55 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jun 1, 7:27 AM
Unknown Object (File)
Tue, May 27, 3:41 AM
Unknown Object (File)
Sat, May 24, 7:05 PM
Unknown Object (File)
Fri, May 23, 10:49 AM
Unknown Object (File)
Fri, May 16, 4:55 AM
Unknown Object (File)
Thu, May 15, 2:22 PM
Unknown Object (File)
Mon, May 12, 9:28 PM
Unknown Object (File)
May 8 2025, 10:26 PM
Subscribers
None

Details

Summary

Update committers list. Add PGP key, author entity
and news item.

Diff Detail

Repository
R9 FreeBSD doc repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kgalazka created this revision.
This revision is now accepted and ready to land.May 7 2025, 6:00 PM

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.

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.

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.

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>