1
0
mirror of https://gitcode.com/gitea/gitea.git synced 2025-06-28 08:11:02 +08:00
Commit Graph

5 Commits

Author SHA1 Message Date
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
c102492e5a Fix LFS URL ()
Fix 
2025-03-10 17:36:02 +08:00
0e8738b4b6 Fix SSH LFS memory usage ()
Fix 
2025-01-31 19:05:48 +08:00
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
023a048f52 Make repository response support HTTP range request ()
Replace 
Replace 

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