Re: git: 3b8065a2adbf - main - math/fastops: new port had been added (+)

From: Joseph Mingrone <jrm_at_FreeBSD.org>
Date: Sat, 30 Oct 2021 09:05:39 UTC
On Sat, 2021-10-30 at 11:37, Kubilay Kocak <koobs@FreeBSD.org> wrote:

<snip>

> For new ports, the COMMENT of the port is great for the git summary

> Prefixing a [NEW] also saves summary space for new ports

> [NEW] math/fastops: AVX/AVX2-accelerated bulk call of math functions

> If one is a stickler/purist for 'imperative' first words:

> Add math/fastops: AVX/AVX2-accelerated bulk call of math functions

<snip>

I don't believe either '[NEW] math/fastops:...' or
'Add math/fastops:...' will pass the commit log checker.  The regex
doesn't allow space before the ':'.  Based on Adam's mail, it sounds
like this might change soon though (if it already hasn't).

J.