0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-19 13:54:35 +01:00
gitea/routers/web/repo/setting
wxiaoguang 6cc1067884
Fix incorrect ref commit ID usage (#33331)
After the RefName refactoring, the `ctx.Repo.CommitID` is only set when
there is a `RepoRefByType` middleware.

Many handlers do not use that middleware and they only use "default
branch"
2025-01-20 07:43:49 +00:00
..
avatar.go
collaboration.go
default_branch.go
deploy_key.go
git_hooks.go
lfs.go
main_test.go
protected_branch.go Only allow admins to rename default/protected branches (#33276) 2025-01-15 20:51:49 +00:00
protected_tag.go
runners.go
secrets.go
setting.go
settings_test.go
variables.go
webhook.go Fix incorrect ref commit ID usage (#33331) 2025-01-20 07:43:49 +00:00