On 12 March 2016 at 00:19, Programmingkid <programmingk...@gmail.com> wrote: > My git send-email is broken. I spend hours googling fixes that > didn't work.
Unfortunately this makes it awkward for me to actually test your patches, because the tooling for handling patch mails assumes they're formatted correctly: $ patches apply id:0ca9c4f8-7294-4a90-bc5c-328f7c73a...@gmail.com Cannot apply series: series is either incomplete or improperly threaded. > I will remember next time to add the titles to the cover letter. You can just use the git format-patch --cover-letter option, which will automatically generate a cover mail template with the format people expect (which you can then edit to add the description/series title/etc). thanks -- PMM