]> source.dussan.org Git - gitea.git/commit
Avoid amending the Rebase and Fast-forward merge if there is no message template...
authorwxiaoguang <wxiaoguang@gmail.com>
Mon, 10 Jul 2023 08:12:50 +0000 (16:12 +0800)
committerGitHub <noreply@github.com>
Mon, 10 Jul 2023 08:12:50 +0000 (10:12 +0200)
commitd9872797f84f6a81bbed3d19fee536ce2a3aadb6
tree7fc1070a6233f0b8785176a963b56ced30bc7681
parentd2c3a90ee24f6e9e3ffff164fa7e675a269e5add
Avoid amending the Rebase and Fast-forward merge if there is no message template (#25779)

Related #22669. Close #25177

After the fix:

![image](https://github.com/go-gitea/gitea/assets/2114189/0e900927-ea72-4f8f-bde6-5ed927cb02f4)

Co-authored-by: Giteabot <teabot@gitea.io>
models/repo/git.go
services/pull/merge.go