mirror of
https://github.com/go-gitea/gitea.git
synced 2025-07-24 22:27:35 +02:00
If the message from form.MergeMessageField is empty, we will miss a "\n" between the title and the "Co-authored-by:" line. The title and message should have a blank line between of them. --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>