Merge branch 'feature-create-and-edit-repo-file' of github.com:richmahn/gogs into feature-create-and-edit-repo-file

This commit is contained in:
Richard Mahn
2016-07-31 07:40:00 -06:00

View File

@@ -2404,7 +2404,6 @@ func (repo *Repository) UploadRepoFiles(doer *User, oldBranchName, branchName, t
}
dirPath := path.Join(localPath, treeName)
os.MkdirAll(dirPath, os.ModePerm)
// Copy uploaded files into repository.