Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jul 2024 08:54:45 +0000
From:      "Dave Cottlehuber" <dch@skunkwerks.at>
To:        "Mario Marietto" <marietto2008@gmail.com>
Cc:        freebsd-virtualization <freebsd-virtualization@freebsd.org>
Subject:   Re: looking for a regression
Message-ID:  <5ece3b86-1ab2-4e5d-81a6-28a8b4271d6e@app.fastmail.com>
In-Reply-To:  <CA%2B1FSig7BXkUO6d_3mjpRf%2BZBrR__7CMBih7UxEQnkQ70E=H%2BA@mail.gmail.com>
References:   <CA%2B1FSig7BXkUO6d_3mjpRf%2BZBrR__7CMBih7UxEQnkQ70E=H%2BA@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5ece3b86-1ab2-4e5d-81a6-28a8b4271d6e>