mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00: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