Re: [PATCH b4] b4: Ignore Signed-off-by trailers in follow-up replies
Weijie Yuan <[email protected]>
| Newsgroups | org.kernel.linux.tools |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Aug 08, 2026 at 04:47:08PM +0000, Mostafa Saleh wrote: > When someone replies to a patch thread, sometimes they include a > Signed-off-by trailer (for example, when providing inline diffs or > snippets in a reply). Currently, b4 am/shazam collect these tags > from replies and append them to the main patch's trailers. > > I am not aware of any use case when collecting the Signed-off-by > is needed, so drop it in this case. > > Assisted-by: Gemini:gemini-3.1-pro-preview > Signed-off-by: Mostafa Saleh <[email protected]> > > --- > I hit this when using: > b4 shazam -v1 https://lore.kernel.org/all/[email protected]/ > > It collected the tag from Marc's patch in my patch as in: > https://lore.kernel.org/all/[email protected]/ > Which is wrong. I have a simailar case? My reply [1] contains a standard template of a commit message for Chinese translation patches with a sample Signed-off-by in it. So when using 'b4 am/shazam', the sample Signed-off-by would be added as one trailer. I was curious and spent some time to figure out where the Sob exactly come from within that quite large series, since that sample name/maintainer didn't show up in that conversation at all. ;-) And I am also not aware of any use case when collecting the Signed-off-by is needed, though I'm quite new in this community without much experience. Thanks, Weijie [1] https://lore.kernel.org/linux-doc/[email protected]/