Re: git: b10ae5a9b21a - main - tcp rack: remove references to rb trees

From: Ed Maste <emaste_at_freebsd.org>
Date: Sun, 05 Nov 2023 18:28:01 UTC
On Sun, 5 Nov 2023 at 09:24, Michael Tuexen <tuexen@freebsd.org> wrote:
>
> The branch main has been updated by tuexen:
>
> URL: https://cgit.FreeBSD.org/src/commit/?id=b10ae5a9b21aa11e96a1951ccc4525dd1fdb60b3
>
> commit b10ae5a9b21aa11e96a1951ccc4525dd1fdb60b3
> Author:     Michael Tuexen <tuexen@FreeBSD.org>
> AuthorDate: 2023-11-05 14:21:06 +0000
> Commit:     Michael Tuexen <tuexen@FreeBSD.org>
> CommitDate: 2023-11-05 14:21:06 +0000
>
>     tcp rack: remove references to rb trees
>
>     The references should have been removed in
>     https://cgit.freebsd.org/src/commit/?id=030434acaf4631c4e205f8bccedcc7f845cbfcbf

Note that there's a `Fixes` commit message trailer that can be used
for this purpose, e.g.
Fixes: 030434acaf46 ("Update rack to the latest code used at NF.")

The benefit of using this format is that there are tools to a
repository to find commits with "Fixes" entries that have not been
cherry-picked - e.g. https://github.com/joergroedel/git-fixes.

Also, having the original commit message subject line (in addition to
the hash) may be useful if we migrate from Git to something else in
the future.