In a couple of commit messages you put a `---` marker. I guess that means that you don't want the message below that point to be committed. That used to work with the previous workflow because AJ imported the patch with `git am`, but I am not sure it works any more. I *think* you should remove from the `---` onward if you don't want it to be committed. @julliard, could you please comment on that?
It still works, though ideally comments that are not meant to be committed would be put in the MR description instead.