On 13.12.2019 12:44, Yasuhito FUTATSUKI wrote:
>> - In general, format=flowed and inline patches don't mix — IIRC, the problem is
>>   that unidiffs that contain lines with trailing spaces will be corrupted — so
>>   you should either disable format=flowed on your end or send patches as
>>   attachments (as opposed to inline).  See:
>>   https://wiki.openstack.org/wiki/MailingListEtiquette#Thunderbird
> Thank you for this informaiton. I've changed my Thunderbird setting
> (at least this one, and I'll do it on other environments).
I use Thunderbird with format=flowed and post patches inline, but I mark
them as "preformatted text" in Thunderbird's editor; for example:
$ svn diff --internal-diff
Index: COMMITTERS
===================================================================
--- COMMITTERS	(revision 1871596)
+++ COMMITTERS	(working copy)
@@ -13,7 +13,7 @@
        sussman   Ben Collins-Sussman <sussman_at_red-bean.com>
         kfogel   Karl Fogel <kfogel_at_red-bean.com>
         gstein   Greg Stein <gstein_at_gmail.com>
-         brane   Branko Čibej <brane_at_apache.org>
+         brane   Branko Čibej <brane_at_apache.org> <-- did something change here?
         jorton   Joe Orton <joe_at_manyfish.co.uk>
        ghudson   Greg Hudson <ghudson_at_mit.edu>
           fitz   Brian W. Fitzpatrick <fitz_at_red-bean.com>
This seems to work for me.
-- Brane
Received on 2019-12-15 16:38:50 CET