Re: [PATCH] checkpatches: verify in-reply-to header when possible

2024-10-07 Thread Robin Jarry
Stephen Hemminger, Oct 07, 2024 at 22:41: + && echo "$subject" | grep -qi 'v[2-9].*\]' \ Your regex won't work for v10 etc. Good catch. I'll send a v2.

Re: [PATCH] checkpatches: verify in-reply-to header when possible

2024-10-07 Thread Stephen Hemminger
On Fri, 5 Jul 2024 17:35:33 +0200 Robin Jarry wrote: > When using checkpatches.sh locally, verify that there is an In-Reply-To > header when the patch is a respin (i.e. v2, v3, etc.). This is currently > only enforced by the upstream CI but cannot be verified locally. > > This cannot be verifie

[PATCH] checkpatches: verify in-reply-to header when possible

2024-07-05 Thread Robin Jarry
When using checkpatches.sh locally, verify that there is an In-Reply-To header when the patch is a respin (i.e. v2, v3, etc.). This is currently only enforced by the upstream CI but cannot be verified locally. This cannot be verified when checking commit ids since --in-reply-to is a git-format-pat