>> To make the handling of patches easier please use "format-patch". > > It looks like this was sent with git-send-email (which is fed > format-patch output either explicitly or underneath), and it applied > cleanly for me. > > My understanding is that, even though this project accepts patches as > attachments [*], inline patches are fine as well (and very much my > personal preference). git-send-email is explicitly mentioned at > . Indeed, I used `git format-patch` to create the patch and `git send-email` to send it. I don't mind sending attachments, but I used `git send-email` since it was allowed by the contribution guidelines. Thanks for applying the fix. Cheers!