Re: looking for a regression

From: Dave Cottlehuber <dch_at_skunkwerks.at>
Date: Wed, 10 Jul 2024 08:54:45 UTC
On Tue, 9 Jul 2024, at 23:42, Mario Marietto wrote:
> Hello. 
>
> I'm looking for a regression. Can someone help me to find which commit 
> belongs to this version of FreeBSD ?---> FreeBSD 14.0-RELEASE-p6 #0 
>
> For example : 
>
> 14.0-RELEASE-p6 #15 = commit d338712beb16ad7740bbd00bd93299a131a68045 
>
> very thanks. 
>
>
> -- 
> Mario.

I'm not sure I understand the question, but if you want to know what
the equivalent commit is, for the 14.0-RELEASE branch, you can look
here https://cgit.freebsd.org/src/log/?h=releng/14.0 to see what's
changed from 14.0p0 -> 14.0p8 etc.

Or if you have the freebsd src git repo cloned, just re-fetch:

$ git fetch origin/releng/14.0
$ git log [--oneline] origin/releng/14.0

A+
Dave