1
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-05-31 12:02:58 +00:00

5 Commits

Author SHA1 Message Date
TheFox0x7
ee3c82f874
Enable addtional linters ()
enable mirror, usestdlibbars and perfsprint 
part of: https://github.com/go-gitea/gitea/issues/34083

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-04-01 10:14:01 +00:00
wxiaoguang
c102492e5a
Fix LFS URL ()
Fix 
2025-03-10 17:36:02 +08:00
wxiaoguang
0e8738b4b6
Fix SSH LFS memory usage ()
Fix 
2025-01-31 19:05:48 +08:00
silverwind
88f835192d
Replace interface{} with any ()
Result of running `perl -p -i -e 's#interface\{\}#any#g' **/*` and `make fmt`.

Basically the same [as golang did](2580d0e08d).
2023-07-04 18:36:08 +00:00
wxiaoguang
023a048f52
Make repository response support HTTP range request ()
Replace 
Replace 

Close 
2023-05-09 15:34:36 +08:00