removed core.symlinks=true from git call

This commit is contained in:
Daniel Bendel 2021-04-14 21:03:09 +02:00 committed by Thomas Vigouroux
parent e65049bd37
commit a866b808c6

View file

@ -187,7 +187,6 @@ function M.select_download_commands(repo, project_name, cache_folder, revision)
opts = {
args = {
'clone',
'-c', 'core.symlinks=true',
'--single-branch',
'--branch', repo.branch or 'master',
repo.url,
@ -202,7 +201,6 @@ function M.select_download_commands(repo, project_name, cache_folder, revision)
err = 'Error while checking out revision',
opts = {
args = {
'-c', 'core.symlinks=true',
'checkout', revision
},
cwd = git_folder