The Linux kernel uses the tag "Cc: [email protected]" or "Cc:
[email protected]" to denote that the patch should be backported. The
patches to backport are selected automatically from git history based on
this tag.
If quilt finds the tag "Cc: [email protected]" in the patch file, it
tries to send the patch to the email address "[email protected]" -
that is just incorrect - the patches shouldn't be send there.
Signed-off-by: Mikulas Patocka <[email protected]>
Index: share/quilt/mail
===================================================================
--- share.orig/quilt/mail
+++ share/quilt/mail
@@ -408,6 +408,7 @@ then
set -- ${*// /\\|}
sed -n -e "/\<${LOGNAME:-$(whoami)}@/d" \
+ -e "/\<stable@.*kernel.org\>/d" \
-e 's/^\(\(To\|'"$*"'\):[ '$'\t'']*\)\([^"]*\(,[^"]*\)\+[^"
'$'\t'']\)\([ '$'\t'']*<.*>\)/\1"\3"\5/I' \
-e 's/^To:\(.*@.*\)/Recipient-To:\1/Ip' \
-e 's/^\('"$*"'\):\(.*@.*\)/Recipient-Cc:\2/Ip' \
_______________________________________________
Quilt-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/quilt-dev