-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Open
Labels
issue/confirmedIssue has been reviewed and confirmed to be present or accepted to be implementedIssue has been reviewed and confirmed to be present or accepted to be implementedissue/stale
Description
- Gitea version (or commit ref): 1.14.0
Description
I cannot see a file if it contains special chars. Is there any way to enforce watching the file anyway?
See this repo for instance.
The file contains this
# frozen_string_literal: true
puts 'Foo�bar!'
And it makes sense that gitea thinks, that this could be a binary file because of the �
. But it obviously isn't a binary file and I would love to see the file anyway. Instead of having to download it.
Funnily enough, the commit view shows the content anyway. So something is inconsistent here.
Screenshots
Metadata
Metadata
Assignees
Labels
issue/confirmedIssue has been reviewed and confirmed to be present or accepted to be implementedIssue has been reviewed and confirmed to be present or accepted to be implementedissue/stale