mirror of https://github.com/go-gitea/gitea.git
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. |
||
|---|---|---|
| .. | ||
| 2b | ||
| 6b | ||
| 15 | ||
| 23 | ||
| 30 | ||
| 73 | ||
| 74 | ||
| 82 | ||
| b0 | ||
| bc | ||
| d4 | ||
| d7 | ||
| df | ||
| e9 | ||