On Mon, Aug 29, 2022 at 08:46:42PM +0200, Noralf Trønnes wrote: > Something has gone wrong with this patchset, there are double line endings. I noticed this, too, and I think the reason is because these patches were generated with "b4 send -o", but actually sent using git-send-email. It's not a use-case I've considered (or tested) and the breakage is because when b4 generates patches with "-o", they are written with CRLF line endings, which is not something git-send-email expects. Maxime, any reason you went this direction instead of just letting b4 send these patches directly? -K