Linux maintainer tooling and workflows
 help / color / mirror / Atom feed
* [PATCH b4] ez: Remove wrong "f" from msgid
@ 2025-06-02 16:32 Lucas De Marchi
  2025-06-02 18:13 ` Kees Cook
  0 siblings, 1 reply; 2+ messages in thread
From: Lucas De Marchi @ 2025-06-02 16:32 UTC (permalink / raw)
  To: Kernel.org Tools; +Cc: Lucas De Marchi, Konstantin Ryabitsev

That leading f shouldn't probably be there and makes it harder to
copy-paste the msgid when editing the cover letter.

Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
---
 src/b4/ez.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/b4/ez.py b/src/b4/ez.py
index 76f0044..e719e03 100644
--- a/src/b4/ez.py
+++ b/src/b4/ez.py
@@ -331,7 +331,7 @@ def start_new_series(cmdargs: argparse.Namespace) -> None:
             cover = re.sub(r'^(#.*)$', r'>\1', cover, flags=re.M)
 
             cover = (f'{cmsg.subject}\n\n'
-                     f'EDITME: Imported from f{msgid}\n'
+                     f'EDITME: Imported from {msgid}\n'
                      f'        Please review before sending.\n\n') + cover
 
             change_id = lser.change_id




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH b4] ez: Remove wrong "f" from msgid
  2025-06-02 16:32 [PATCH b4] ez: Remove wrong "f" from msgid Lucas De Marchi
@ 2025-06-02 18:13 ` Kees Cook
  0 siblings, 0 replies; 2+ messages in thread
From: Kees Cook @ 2025-06-02 18:13 UTC (permalink / raw)
  To: Lucas De Marchi; +Cc: Kernel.org Tools, Konstantin Ryabitsev

On Mon, Jun 02, 2025 at 09:32:39AM -0700, Lucas De Marchi wrote:
> That leading f shouldn't probably be there and makes it harder to
> copy-paste the msgid when editing the cover letter.
> 
> Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>

Reviewed-by: Kees Cook <kees@kernel.org>

-- 
Kees Cook

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-06-02 18:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-02 16:32 [PATCH b4] ez: Remove wrong "f" from msgid Lucas De Marchi
2025-06-02 18:13 ` Kees Cook

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox