Hi Stefan,

On 2/18/21 1:16 PM, Stefan Sandström wrote:
> Hi Edgar,
> 
> Yes, it seems like our mail-server messed it up.
> 
> I’ve tried to resend it, but I’m not sure if mails directly from sendmail are 
> let through to outside addresses.  Please let me know if you’ve got the last 
> mail (sent a few minutes ago).

You might try adding:

[format]
    headers = "Content-Transfer-Encoding: 8bit\n"

or:

[format]
    headers = "Content-Type: text/plain;
charset=\"utf-8\"\nContent-Transfer-Encoding: 8bit\n"

in your ~/.gitconfig

Then you can check if your patch can be applied properly checking
on patchew: https://patchew.org/QEMU/

For example for this post, as Edgar mentioned:
https://patchew.org/QEMU/a13a6e43-eeaf-4781-87e1-3295f698a...@axis.com/

Switched to a new branch 'a13a6e43-eeaf-4781-87e1-3295f698a...@axis.com'
Applying: Correct CRIS TCG register lifetime management
error: corrupt patch at line 11
error: could not build fake ancestor
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 Correct CRIS TCG register lifetime management
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
Failed to apply patch:
[PATCH] Correct CRIS TCG register lifetime management

Regards,

Phil.

Reply via email to