-
-
Notifications
You must be signed in to change notification settings - Fork 6k
Open
Labels
issue/criticalThis issue should be fixed ASAP. If it is a PR, the PR should be merged ASAPThis issue should be fixed ASAP. If it is a PR, the PR should be merged ASAPtype/bug
Metadata
Metadata
Assignees
Labels
issue/criticalThis issue should be fixed ASAP. If it is a PR, the PR should be merged ASAPThis issue should be fixed ASAP. If it is a PR, the PR should be merged ASAPtype/bug
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
yp05327 commentedon May 7, 2024
Can you provide the URL of these screenshots.
lunny commentedon May 7, 2024
https://gitea.com/gitea/blog/pulls/367/files
metiftikci commentedon May 23, 2024
related to #21113 ?
lunny commentedon May 24, 2024
Maybe different because there is no force push on https://gitea.com/gitea/blog/pulls/367/files
skarndev commentedon Jun 7, 2024
I am also experiencing this issue
yp05327 commentedon Jun 10, 2024
This is because
line
is hard coded in DB, and this should be calculated dynamically.So I think we need to consider a new flag (or generate from existing fields) to record the
line
.lunny commentedon Jun 24, 2025
Looks like they are two parts. In the conversations of pull request, Github will always display the line number in that commit. Gitea has the same implementation as Github.
But in the files tab, Github will recalculate the line numbers once new commit pushed. And in the current Gitea's implementation, it seems old commit comments will not be displayed?