On Sun, 5 Nov 2023 at 09:24, Michael Tuexen <[email protected]> wrote:
>
> The branch main has been updated by tuexen:
>
> URL:
> https://cgit.FreeBSD.org/src/commit/?id=b10ae5a9b21aa11e96a1951ccc4525dd1fdb60b3
>
> commit b10ae5a9b21aa11e96a1951ccc4525dd1fdb60b3
> Author: Michael Tuexen <[email protected]>
> AuthorDate: 2023-11-05 14:21:06 +0000
> Commit: Michael Tuexen <[email protected]>
> 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.