On 11/1/22 08:27, Mark Cave-Ayland wrote:
On 31/10/2022 20:53, Stefan Hajnoczi wrote:
On Mon, 31 Oct 2022 at 16:42, Richard Henderson
<richard.hender...@linaro.org> wrote:
On 11/1/22 04:56, Christian Schoenebeck wrote:
On Wednesday, October 26, 2022 4:10:54 AM CET Richard Henderson wrote:
BTW Richard, could you add a message-id tag to your queued TCG patches?
Sometimes I remember, but I don't use the same tooling for my own work as I do
for queuing
other people's. I haven't found much value in it.
If you
are using patchwork client then it suffices to add "msgid=on" to .pwclientrc
I am not.
Tools that boil down to git-am(1) need to add the -m (--message-id) flag.
FWIW in my local QEMU git checkout I've run "git config am.messageid true" which alters
.git/config so that the -m flag is enabled by default for "git am" commands.
This all supposes that one uses git am for ones own patches, which I do not.
r~