[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 4/4] 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 <ian.jackson@xxxxxxxxxxxxx> --- mg-execute-flight | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mg-execute-flight b/mg-execute-flight index 349880b0..b3cdf431 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 <tmp/$flight.report -- 2.11.0 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |