diff mbox series

[yocto-autobuilder-helper,1/2] README: Fix "subjectprefix" git config

Message ID 20240207231554.149413-1-yoann.congal@smile.fr
State New
Headers show
Series [yocto-autobuilder-helper,1/2] README: Fix "subjectprefix" git config | expand

Commit Message

Yoann Congal Feb. 7, 2024, 11:15 p.m. UTC
The fixed config does match what all other lists do:
  [yocto-autobuilder-helper][PATCH vX] XXX

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
---
 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/README b/README
index 249feb2..35b928e 100644
--- a/README
+++ b/README
@@ -32,5 +32,5 @@  Patches for this code should be sent to the yocto@lists.yoctoproject.org mailing
 with [yocto-autobuilder-helper] in the subject.  This can be configured automatically
 with the following commands:
 
-  git config  --local --add format.subjectprefix 'PATCH yocto-autobuilder-helper'
+  git config  --local --add format.subjectprefix 'yocto-autobuilder-helper][PATCH'
   git config  --local --add sendemail.to yocto@lists.yoctoproject.org