mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
render plain text file if the LFS object doesn't exist (#31812)
We had an issue where a repo was using LFS to store a file, but the user did not push the file. When trying to view the file, Gitea returned a 500 HTTP status code referencing `ErrLFSObjectNotExist`. It appears the intent was the render this file as plain text, but the conditional was flipped. I've also added a test to verify that the file is rendered as plain text.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
xK<><4B>OR0<52>0`p<><70> <09>t
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user