0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-31 09:31:18 +01:00
gitea/routers
wxiaoguang 348b7074c8
Fix incorrect ref "blob" (#33240)
1. "blob" is not a "ref", it shouldn't (and not unable to) be handled by
`RepoRefByType`
2. the `/blob/{sha}` handle should use the path param "sha" directly
2025-01-13 16:27:11 +08:00
..
api Refactor RefName (#33234) 2025-01-13 14:01:53 +08:00
common Fix bleve fuzziness search (#33078) 2025-01-03 00:32:02 +08:00
install
private Automerge supports deleting branch automatically after merging (#32343) 2025-01-10 03:51:03 +08:00
utils Refactor older tests to use testify (#33140) 2025-01-09 09:21:47 +08:00
web Fix incorrect ref "blob" (#33240) 2025-01-13 16:27:11 +08:00
init.go