mirror of
				https://gitcode.com/gitea/gitea.git
				synced 2025-10-26 05:04:27 +08:00 
			
		
		
		
	Fix Migrate Description (#17692)
Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: techknowlogick <techknowlogick@gitea.io> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
		| @ -109,6 +109,7 @@ func (g *GiteaLocalUploader) CreateRepo(repo *base.Repository, opts base.Migrate | |||||||
| 		return err | 		return err | ||||||
| 	} | 	} | ||||||
| 	r.DefaultBranch = repo.DefaultBranch | 	r.DefaultBranch = repo.DefaultBranch | ||||||
|  | 	r.Description = repo.Description | ||||||
|  |  | ||||||
| 	r, err = repo_module.MigrateRepositoryGitData(g.ctx, owner, r, base.MigrateOptions{ | 	r, err = repo_module.MigrateRepositoryGitData(g.ctx, owner, r, base.MigrateOptions{ | ||||||
| 		RepoName:       g.repoName, | 		RepoName:       g.repoName, | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 99rgosse
					99rgosse