mirror of
https://gitee.com/gitea/gitea
synced 2025-12-25 09:46:34 +08:00
fix #735
This commit is contained in:
@@ -72,6 +72,7 @@ func SettingsPost(ctx *middleware.Context, form auth.RepoSettingForm) {
|
||||
}
|
||||
log.Trace("Repository name changed: %s/%s -> %s", ctx.Repo.Owner.Name, ctx.Repo.Repository.Name, newRepoName)
|
||||
ctx.Repo.Repository.Name = newRepoName
|
||||
ctx.Repo.Repository.LowerName = strings.ToLower(newRepoName)
|
||||
}
|
||||
|
||||
br := form.Branch
|
||||
|
||||
Reference in New Issue
Block a user