On Wed, Jun 8, 2011 at 3:55 PM, Kevin Wolf <kw...@redhat.com> wrote:
> Am 08.06.2011 16:17, schrieb Fam Zheng:
>> Oh, you're right, and I think there is a patch of mine related to the fail:
>>
>> "[PATCH 02/12] VMDK: bugfix, align offset to cluster in get_whole_cluster"
>>
>> Can you test if this fixes it?
>
> Thanks, this works for me.
>
> However, I had to fix your patch manually, it was line wrapped. Please
> make sure to avoid this in future submissions (e.g. by using git
> send-email).

The GMail web interface *always* wraps lines, there doesn't seem to be
a way to disable that.  If you send it through GMail's SMTP servers
with git-send-email(1) you'll be fine.

Here is my .gitconfig:
[sendemail]
        smtpserver = smtp.gmail.com
        smtpserverport = 587
        smtpencryption = tls
        smtpuser = stefa...@gmail.com
        chainreplyto = false

Stefan

Reply via email to