[PATCH][kteam-tools] notify-stable-*: emit 8< "scissors" cut lines for git am -c
Kamal Mostafa
kamal at canonical.com
Fri Jan 8 16:31:05 UTC 2016
Signed-off-by: Kamal Mostafa <kamal at canonical.com>
---
stable/notify-stable-patch-queued | 2 +-
stable/notify-stable-review | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/stable/notify-stable-patch-queued b/stable/notify-stable-patch-queued
index 04b9926..1313714 100755
--- a/stable/notify-stable-patch-queued
+++ b/stable/notify-stable-patch-queued
@@ -130,7 +130,7 @@ def AssembleMailBody(version, subject, patchlines):
"Thanks.",
"-" + opts.sender.split()[0],
"",
- "------",
+ "---8<------------------------------------------------------------",
""
]
for line in patchlines:
diff --git a/stable/notify-stable-review b/stable/notify-stable-review
index f033f1e..f18ac7b 100755
--- a/stable/notify-stable-review
+++ b/stable/notify-stable-review
@@ -330,7 +330,7 @@ see https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable .
if header_add:
dst.write('\n')
dst.write(header_line)
- dst.write('\n\n------------------\n\n')
+ dst.write('\n\n---8<------------------------------------------------------------\n\n')
if from_line:
dst.write(from_line)
dst.write('\n')
--
1.9.1
More information about the kernel-team
mailing list