From: Ian Jackson Date: Thu, 17 Jan 2019 15:25:14 +0000 (+0000) Subject: line wrapping: In one place pipe through cr-fold-long-lines X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=3a4ac64c1bb390c55412639fc5e21cfefc48e794;p=osstest.git line wrapping: In one place pipe through cr-fold-long-lines This is the remaining place where long lines might get into emails. Signed-off-by: Ian Jackson --- diff --git a/mg-execute-flight b/mg-execute-flight index 349880b..b3cdf43 100755 --- a/mg-execute-flight +++ b/mg-execute-flight @@ -94,7 +94,8 @@ $email_std_headers $OSSTEST_RESOURCE_PREINFO END -git log -n1 --pretty=format:'harness %h: %s' | perl -pe 's/(.{70}).+/$1.../' +git log -n1 --pretty=format:'harness %h: %s' | perl -pe 's/(.{70}).+/$1.../' \ + | ./cr-fold-long-lines echo ./cr-fold-long-lines