-
-
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
The git blame view fails to display the majority of its "prior to change" markers #28280
Comments
Fixed with #28306 |
lafriks
pushed a commit
that referenced
this issue
Dec 1, 2023
GiteaBot
pushed a commit
to GiteaBot/gitea
that referenced
this issue
Dec 1, 2023
Fixes go-gitea#28280 Reads the `previous` info from the `git blame` output instead of calculating it afterwards.
KN4CK3R
added a commit
that referenced
this issue
Dec 1, 2023
pangliang
pushed a commit
to pangliang/gitea
that referenced
this issue
Dec 5, 2023
Fixes go-gitea#28280 Reads the `previous` info from the `git blame` output instead of calculating it afterwards.
fuxiaohei
pushed a commit
to fuxiaohei/gitea
that referenced
this issue
Jan 17, 2024
Fixes go-gitea#28280 Reads the `previous` info from the `git blame` output instead of calculating it afterwards.
silverwind
pushed a commit
to silverwind/gitea
that referenced
this issue
Feb 20, 2024
Fixes go-gitea#28280 Reads the `previous` info from the `git blame` output instead of calculating it afterwards.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
When viewing a file's Blame history, you are presented with the ability to view the file "prior to" commits affecting various lines. Gitea is enabling this feature in a very sporadic sense and often not at all.
Compare these 2 blames on the same file, one in Gitea and one on GitHub:
Gitea: https://projects.blender.org/blender/blender/blame/branch/main/source/blender/editors/interface/interface_ops.cc
GitHub: https://github.com/blender/blender/blame/main/source/blender/editors/interface/interface_ops.cc
Gitea Version
1.21.1+406-ga09b13b6d
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
No response
How are you running Gitea?
Own build.
Database
SQLite
The text was updated successfully, but these errors were encountered: