-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Pull Requests history #5254
Comments
Rebase and force-push is a natural workflow of PR that is not accepted immediately. |
Do you have any suggestions on how to store it git repository? |
@lafriks I am not sure I understand what you were saying. |
I asked if anyone has ideas on how to store/get previous changes that have been removed from branch by force push |
What about storing them in the gitea's database? |
The question is about the record format, I believe. Particularly, each PR version can be saved as a hidden branch; the comments to the commits would be stored the way they are now. |
Yay, thanks a ton! |
It would be nice to have history of changes in the pull requests as it is in gitlab, for example: if someone pushes commit with
force
, it would be nice to have diff of what was before this push, so, probably, we should store changes for that and notify user on each push event as in gitlab.The text was updated successfully, but these errors were encountered: