> On May 21, 2024, at 11:54 AM, Cosmin Stejerean via ffmpeg-devel
> <[email protected]> wrote:
>
>
> However I've found a workaround. By setting my git send-email from to just
> "[email protected] <mailto:[email protected]>" rather than "Cosmin Stejerean
> <[email protected] <mailto:[email protected]>>" then the emails that go out
> will have the "From: " as the first line of the body, so the patches apply
> properly. You can see my most recent patch for example.
>
The email client is trying to be too helpful here adding extra formatting to
the message body. The .gitconfig should look something like this, using your
email address without <> and without the name.
from = [email protected]
That works in my testing.
- Cosmin
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".