All of lore.kernel.org
 help / color / mirror / Atom feed
* b4 v0.8.0 is available
@ 2021-09-01 14:16 Konstantin Ryabitsev
  2021-09-01 14:48 ` Vlastimil Babka
  0 siblings, 1 reply; 4+ messages in thread
From: Konstantin Ryabitsev @ 2021-09-01 14:16 UTC (permalink / raw)
  To: users, tools

Hello, all:

A new version of b4 is available that adds functionality to better work with
newer public-inbox features available on lore.kernel.org. There aren't many
new features compared to version 0.7.y, but everyone is encouraged to upgrade.

If you installed from pypi, just do:

    pip install --upgrade b4

If you're using b4 straight from a checkout, you can switch to branch-0.8.y
and run "git submodule update" to pull in the latest patatt updates.

Other than lore.kernel.org compatibility changes, the only significant
difference with version 0.7.3 is the --guess-base code, which should be a lot
more useful with this release. E.g. this message back from June is
successfully resolved to match the commit without any conflicts (gc485f7e98):

https://lore.kernel.org/lkml/20210617101910.13228-1-song.bao.hua@hisilicon.com/T/#t

	Link: https://lore.kernel.org/r/20210617101910.13228-1-song.bao.hua@hisilicon.com
		   attempting to guess base-commit...
	 Base: tags/v5.13-rc1-284-gc485f7e9863c (exact match)
 
(The usual caveat here is that this kind of guessing is not a guarantee that
the patch actually belongs at this commit -- merely that it applies without
conflicts there. For example, a patch may depend on newer/older code changes
in the files not touched by this particular patch/series. This is why it is
really important to provide base-commit: information in your patches, if
possible.)

Please report any bugs and regressions, as usual.

Best regards,
Konstantin

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

end of thread, other threads:[~2021-09-01 19:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-01 14:16 b4 v0.8.0 is available Konstantin Ryabitsev
2021-09-01 14:48 ` Vlastimil Babka
2021-09-01 18:02   ` Konstantin Ryabitsev
2021-09-01 19:16     ` Vlastimil Babka

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.