On Tue, Jun 16, 2020 at 12:19 PM Maciej Żenczykowski <[email protected]> wrote: > > > Nit, your From: line of your email does not match your signed-off-by: > > line :(
That's hard to notice while being on the sending end, thanks for pointing that out! I'll look into this. > This is *probably* a matter of configuring git: > git config --global user.name "Alexander Potapenko" > git config --global user.email "[email protected]" > git config --global sendemail.from "Alexander Potapenko <[email protected]>" I do have all these options set, although I don't have them quoted, not sure if it's necessary. Moreover, when I do `git send-email --dry-run` the From: line looks correct.

