1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-13 04:58:19 +00:00
Files
gitea/templates
Lunny Xiao 04114c637a Fix bug when review pull request commits (#35192) (#35246)
The commit range in the UI follows a half-open, half-closed convention:
(,]. When reviewing a range of commits, the beforeCommitID should be set
to the commit immediately preceding the first selected commit. For
single-commit reviews, we must identify and use the previous commit of
that specific commit.

The endpoint ViewPullFilesStartingFromCommit is currently unused and can
be safely removed.

Fix #35157
Replace #35184
Partially extract from #35077
Backport #35192
2025-08-11 13:18:03 +02:00
..
2025-04-13 12:44:57 +08:00
2025-06-07 18:24:59 +00:00
2025-06-07 18:24:59 +00:00