On 22/06/2022 12:36, Andy Shevchenko wrote:
On Tue, Jun 21, 2022 at 11:01 PM Uwe Kleine-König u.kleine-koenig@pengutronix.de wrote:
On Tue, Jun 21, 2022 at 08:57:00PM +0100, Jon Hunter wrote:
...
(Pro tipp: The commit in next has a Link: footer. If you follow the link, you find the thread that was actually applied (i.e. v9) and where the fix is also contained.)
Even easier, you may take a message-id from the Link and supply to `b4`:
b4 mbox ${message-id} mutt -f ${message-id}.mbx # or whatever MUA that handles mboxes
Dunno if `b4` has capability to parse Link instead of message-id.
It does:
$ b4 mbox https://lore.kernel.org/r/20220616144915.3988071-1-windhl@126.com Looking up https://lore.kernel.org/r/20220616144915.3988071-1-windhl%40126.com Grabbing thread from lore.kernel.org/all/20220616144915.3988071-1-windhl%40126.com/t.mbox.gz 5 messages in the thread Saved ./20220616144915.3988071-1-windhl@126.com.mbx
Neil