On 2022-09-28 11:44:37, Konstantin Ryabitsev wrote: > On Wed, Sep 28, 2022 at 10:30:00AM +0200, Krzysztof Kozlowski wrote: > > > (Side-note: I should get accustomed to `b4 shazam` to automatically pick > > > this up from the list, instead of rebasing / re-applying local patches) > > > > Would be nice if b4 could update patches in current branch adding the > > tags... but git reset --hard && b4 shazam should work as well. > > FYI, it can do just that using "b4 trailers -uF [msgid]". See: > https://b4.docs.kernel.org/en/stable-0.10.y/contributor/trailers.html That's super cool and will save a lot of time. I'll also have to get accustomed to `b4 prep` and `b4 send`, though typically prefer to look at the `diff` between two `format-patch` revisions to make sure the changelog is complete and no erratic changes made it in. - Marijn