mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 10:44:12 +01:00 
			
		
		
		
	
							parent
							
								
									355ab0c62c
								
							
						
					
					
						commit
						daaae2aad5
					
				@ -68,10 +68,10 @@ func (g *GiteaLocalUploader) CreateRepo(repo *base.Repository, includeWiki bool)
 | 
			
		||||
		IsPrivate:   repo.IsPrivate,
 | 
			
		||||
		Wiki:        includeWiki,
 | 
			
		||||
	})
 | 
			
		||||
	g.repo = r
 | 
			
		||||
	if err != nil {
 | 
			
		||||
		return err
 | 
			
		||||
	}
 | 
			
		||||
	g.repo = r
 | 
			
		||||
	g.gitRepo, err = git.OpenRepository(r.RepoPath())
 | 
			
		||||
	return err
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user