You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When importing a patch with multiple lines, the first line break in the
body was removed from the body of the commit in the stack, because it was
stripped when searching for the headers. Add the line break again when
adding the first line to the split_message.
This did not surface in the tests, because the test bodies always had one
line and the expected bodies had an incorrect number of line breaks at the
end. Fix the expected number of line breaks as well.
0 commit comments