Skip to content

Fix extra space added in beginning of commit message

Removes extra space in merge commit messages. This seems to have been introduced by the functionality added in 38d8d749 which allows a user to change a merge commit message.

This is probably not the greatest way to fix this but feel it is worth showing what I did to fix in the interim.

Before: broken

After: after

Merge request reports