mbox series

[0/2] b4: ty: Fix incorrect patch/commit association

Message ID 20240301102418.17705-1-will@kernel.org (mailing list archive)
Headers show
Series b4: ty: Fix incorrect patch/commit association | expand

Message

Will Deacon March 1, 2024, 10:24 a.m. UTC
From: Will Deacon <willdeacon@google.com>

Hi folks,

I recently ran into an issue where 'b4 ty' generated an incorrect list
of commit IDs in the "thank you" letter. I've had a crack at fixing it
and the details are in patch 1. Patch 2 is drive-by cleanup while I was
there.

Please have a look!

Cheers,

Will

Cc: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
Cc: Jason Gunthorpe <jgg@nvidia.com>
Cc: Nicolin Chen <nicolinc@nvidia.com>

Will Deacon (2):
  ty: Try subject matching for every commit before using trackers
  ty: Remove unused 'matches' variable

 src/b4/ty.py | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Comments

Will Deacon March 1, 2024, 10:34 a.m. UTC | #1
On Fri, Mar 01, 2024 at 10:24:16AM +0000, Will Deacon wrote:
> From: Will Deacon <willdeacon@google.com>

Sorry, I forgot to configure my .git/config properly so it's got the
wrong author email address for these patches.

I won't resend immediately just for that, but I can send an updated v2
next week assuming these patches look like the right sort of idea.

Cheers,

Will