mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	This commit is contained in:
		@@ -1365,6 +1365,7 @@ func CreateRepository(doer, u *User, opts CreateRepoOptions) (_ *Repository, err
 | 
			
		||||
		LowerName:     strings.ToLower(opts.Name),
 | 
			
		||||
		Description:   opts.Description,
 | 
			
		||||
		IsPrivate:     opts.IsPrivate,
 | 
			
		||||
		IsFsckEnabled: true,
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	sess := x.NewSession()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user