Open
Description
Feature Description
In the current implementation of Gitea, when a branch is created and marked as WIP (Work in Progress) in a pull request, additional commit messages can be pushed.
For example, it looks like this:
When the WIP prefix is removed, the commit messages are not appended when merged as a squash commit. This results in only the first commit being included, without the additional commit messages.
It would be better to append these additional commit messages before merging squash commits, similar to GitHub.
For example, in GitHub:
Screenshots
No response