Re: [PATCH v7 0/4] New trait OwnableRefCounted for ARef<->Owned conversion.
From: Miguel Ojeda
Date: Wed Mar 12 2025 - 08:02:35 EST
On Wed, Mar 12, 2025 at 10:19 AM Oliver Mangold <oliver.mangold@xxxxx> wrote:
>
> Sure, I would agree. I was mostly wondering about how the format for that
> looks. You say [ ] notation. Could you maybe give an example for that?
It is something typically only maintainers/patch handlers need to do,
but you can find instances grepping the Git log. For instance, we
could do:
Signed-off-by: Asahi Lina ...
[ you: what changed ]
Signed-off-by: Oliver Mangold ...
> Ok, sorry. New to this, you know.
No need to apologize, it is all fine! :)
Cheers,
Miguel