1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-12 00:34:20 -04:00
gitea/modules/repofiles
zeripath f6eedd4dc8 UI: Detect and restore encoding and BOM in content (#6727)
* detect and remove a decoded BOM

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Restore the previous encoding and BOM

* On error keep as UTF-8

Signed-off-by: Andrew Thornton <art27@cantab.net>

* create remove BOM function

* Deal with LFSed content

* Update modules/repofiles/update.go

* Fix final LFS bug

* Keep LFS sections referring to opts.Content
2019-04-26 15:00:30 +03:00
..
blob_test.go Improve listing performance by using go-git (#6478) 2019-04-19 20:17:27 +08:00
blob.go
content_test.go
content.go Improve listing performance by using go-git (#6478) 2019-04-19 20:17:27 +08:00
delete_test.go
delete.go
diff_test.go
diff.go
file_test.go
file.go
repofiles_test.go
repofiles.go
temp_repo.go Improve listing performance by using go-git (#6478) 2019-04-19 20:17:27 +08:00
tree_test.go Improve listing performance by using go-git (#6478) 2019-04-19 20:17:27 +08:00
tree.go Improve listing performance by using go-git (#6478) 2019-04-19 20:17:27 +08:00
update_test.go
update.go UI: Detect and restore encoding and BOM in content (#6727) 2019-04-26 15:00:30 +03:00
upload.go
verification.go