Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable addtional linters (#34085) | TheFox0x7 | 2025-04-01 | 1 | -3/+3 |
| | | | | | | | | enable mirror, usestdlibbars and perfsprint part of: https://github.com/go-gitea/gitea/issues/34083 --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> | ||||
* | Fix LFS URL (#33840) | wxiaoguang | 2025-03-10 | 1 | -0/+7 |
| | | | Fix #33839 | ||||
* | Fix SSH LFS memory usage (#33455) | wxiaoguang | 2025-01-31 | 1 | -3/+10 |
| | | | Fix #33448 | ||||
* | Replace `interface{}` with `any` (#25686) | silverwind | 2023-07-04 | 1 | -1/+1 |
| | | | | | Result of running `perl -p -i -e 's#interface\{\}#any#g' **/*` and `make fmt`. Basically the same [as golang did](https://github.com/golang/go/commit/2580d0e08d5e9f979b943758d3c49877fb2324cb). | ||||
* | Make repository response support HTTP range request (#24592) | wxiaoguang | 2023-05-09 | 1 | -0/+206 |
Replace #20480 Replace #18448 Close #16414 |