-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Open
Labels
proposal/acceptedWe have reviewed the proposal and agree that it should be implemented like that/at all.We have reviewed the proposal and agree that it should be implemented like that/at all.type/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.
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
Metadata
Metadata
Assignees
Labels
proposal/acceptedWe have reviewed the proposal and agree that it should be implemented like that/at all.We have reviewed the proposal and agree that it should be implemented like that/at all.type/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.



