ACK: [PATCH][kteam-tools] notify-stable-*: emit 8< "scissors" cut lines for git am -c

Luis Henriques luis.henriques at canonical.com
Tue Jan 12 16:26:10 UTC 2016


On Fri, Jan 08, 2016 at 08:31:05AM -0800, Kamal Mostafa wrote:
> 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
> 

Cheers,
--
Luís




More information about the kernel-team mailing list