tools.linux.kernel.org archive mirror
 help / color / mirror / Atom feed
* b4: ty: User-flow regression
@ 2025-10-09 15:13 Lee Jones
  2025-10-09 22:09 ` Konstantin Ryabitsev
  0 siblings, 1 reply; 11+ messages in thread
From: Lee Jones @ 2025-10-09 15:13 UTC (permalink / raw)
  To: tools

For better or worse, I'm presently using the latest version of 0.15-dev,
specifically commit b87af2e0dc62 ("mbox: improve logging output for
shazam base selection") on the 'master' branch, which I recently rebased
to

After having done so, it seems as though my usual flow, which I've been
working with for a number of years, has stopped working reliably.  My
chosen flow goes like this:

-> Pipe mail from Mutt to a helper Bash script (apply-patch.sh)
-> Pull Message-Id out from mail
-> Use `b4 am` to save patch(es) to an *.mbox file
   -> b4.sh am -3 -st ${PATCHES} -o - ${id} > /tmp/<SANITISED_MSG_ID>.mbox
      * PATCHES is either "-P _" for single patches or "-P <RANGE>"
-> Run checkpatch.pl on the *.mbox file
   -> cat ${MBOX} | formail -ds ./scripts/checkpatch.pl || true
-> Apply the patch(es)
  -> cat ${MBOX} | git am -3 --reject
-> Amend / clean-up the commit messages as required
  -> kitty -o font_size=12 git rebase -i HEAD~${NOPATCHES}
-> Send out thank-yous
   -> b4.sh ty -aS --me-too --since=1.day

The that I'm highlighting occurs when changes have to be made to the
commit message.  My assumption is that the hash no longer matches and we
get:

 Auto-thankanating commits in for-mfd-next
 Found 5 of your commits since 1.day
 Calculating patch hashes, may take a moment...
 Nothing to do

Doh!  There should be something to do.

Did something change fairly recently to render this part of the
thank-you process less resilient to on-the-fly adaptions?  I don't
recall this happening before the update.

As ever, any help would be gratefully received.

-- 
Lee Jones [李琼斯]

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2025-10-21 14:38 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-09 15:13 b4: ty: User-flow regression Lee Jones
2025-10-09 22:09 ` Konstantin Ryabitsev
2025-10-10  8:03   ` Lee Jones
2025-10-10 14:23     ` Konstantin Ryabitsev
2025-10-10 14:34       ` Lee Jones
2025-10-10 14:37         ` Konstantin Ryabitsev
2025-10-10 14:48           ` Lee Jones
2025-10-11 10:34           ` Greg KH
2025-10-21 10:56             ` Lee Jones
2025-10-21 11:25               ` Vlastimil Babka (SUSE)
2025-10-21 14:38                 ` Lee Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).