Re: [PATCH b4 v2] ez: avoid duplicate signatures on resend

Konstantin Ryabitsev <[email protected]> Mon, 15 Jun 2026 14:19:06 -0400
Newsgroups org.kernel.linux.tools
Message-ID <20260615-beaver-of-unknown-revolution-ec6da5@meerkat>
On Sun, Jun 14, 2026 at 03:21:14PM -0300, Cássio Gabriel wrote:
> > I've never seen this happen, so I'd like to understand what may have caused
> > this.
> 
> This happens when I send a single patch using
> my custom 'b4.prep-cover-template':
> 
>        	${cover}
> 	---
> 	${shortlog}
> 
> 	${diffstat}
> 	---
> 	base-commit: ${base_commit}
> 	${prerequisites}

This did unearth a bug in how we were looking for basement info. Your custom
cover template no longer includes "change-id", which is what we were looking
for to identify the "---" separated sections.

I am putting a fix in to use more than just "change-id" but I'm curious -- did
you omit it on purpose, or is it just an oversight?

Regards,
-K