Display changes in PR since last review / since specified commit #9481

Closed
opened 2025-11-02 08:40:14 -06:00 by GiteaMirror · 7 comments
Owner

Originally created by @Artalus on GitHub (Aug 29, 2022).

Feature Description

GitHub and GitLab have this great feature which allows you to see exactly what have changed in the PR since the last time you've looked at it. In Gitea it seems that the only option currently is to view commits one be one.

A tiny step in that directions was made in PR #19007 though it only labels the files as "changed since" instead of providing the diff. Also there are issues #12800 and #19862 , which are more "generalized" versions of this feature request.

Screenshots

  • Github:
    image
  • Gitlab:
    image
Originally created by @Artalus on GitHub (Aug 29, 2022). ### Feature Description GitHub and GitLab have this great feature which allows you to see exactly what have changed in the PR since the last time you've looked at it. In Gitea it seems that the only option currently is to view commits one be one. A tiny step in that directions was made in PR #19007 though it only labels the files as "changed since" instead of providing the diff. Also there are issues #12800 and #19862 , which are more "generalized" versions of this feature request. ### Screenshots - Github: ![image](https://user-images.githubusercontent.com/10381253/187165511-1caab027-f32f-44ee-b58f-d95c4b5d2357.png) - Gitlab: ![image](https://user-images.githubusercontent.com/10381253/187169164-5bd63488-9b9f-4411-9014-9c24f3082ac9.png)
GiteaMirror added the type/proposaltype/feature labels 2025-11-02 08:40:14 -06:00
Author
Owner

@thammaknot commented on GitHub (Oct 18, 2022):

This feature would be awesome. I miss it moving from gitlab/github as well.
Thank you for proposing.

@thammaknot commented on GitHub (Oct 18, 2022): This feature would be awesome. I miss it moving from gitlab/github as well. Thank you for proposing.
Author
Owner

@cy18 commented on GitHub (Dec 19, 2022):

I'm missing this feature too. After migrating from gitlab to gitea for about one year, this is the only defect of gitea.

@cy18 commented on GitHub (Dec 19, 2022): I'm missing this feature too. After migrating from gitlab to gitea for about one year, this is the only defect of gitea.
Author
Owner

@lunny commented on GitHub (Dec 19, 2022):

Maybe #13313 could fix this one?

@lunny commented on GitHub (Dec 19, 2022): Maybe #13313 could fix this one?
Author
Owner

@Artalus commented on GitHub (Dec 19, 2022):

From the issues mentioned there, it seems that people do have a common need - to see what was updated in PR (whether force-push, amends and rebases are involved or not).

Given that Gitea already has an URL /compare/commitA...commitB, one could start from at least adding a user-friendly interface for that in PR page. However it is actually just a comparison of two arbitrary commits, and does not allow reviewing for example.

@Artalus commented on GitHub (Dec 19, 2022): From the issues mentioned there, it seems that people do have a common need - to see what was updated in PR (whether force-push, amends and rebases are involved or not). Given that Gitea already has an URL `/compare/commitA...commitB`, one could start from at least adding a user-friendly interface for that in PR page. However it is actually just a comparison of two arbitrary commits, and does not allow reviewing for example.
Author
Owner

@cy18 commented on GitHub (Dec 20, 2022):

/compare/commitA...commitB

The /compare/commitA...commitB does not eliminate identical changes of the two commits.

@cy18 commented on GitHub (Dec 20, 2022): > /compare/commitA...commitB The `/compare/commitA...commitB` does not eliminate identical changes of the two commits.
Author
Owner

@sebastian-sauer commented on GitHub (Jul 6, 2023):

https://github.com/go-gitea/gitea/pull/25528 implements a first version of this commit selector

changes since last review could be a next PR

@sebastian-sauer commented on GitHub (Jul 6, 2023): https://github.com/go-gitea/gitea/pull/25528 implements a first version of this commit selector changes since last review could be a next PR
Author
Owner

@sebastian-sauer commented on GitHub (Jul 6, 2023):

Update: the display changes since last review is now implemented, too ;-)

@sebastian-sauer commented on GitHub (Jul 6, 2023): Update: the display changes since last review is now implemented, too ;-)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#9481