mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -04:00
removed core.symlinks=true from git call
This commit is contained in:
parent
e65049bd37
commit
a866b808c6
1 changed files with 0 additions and 2 deletions
|
|
@ -187,7 +187,6 @@ function M.select_download_commands(repo, project_name, cache_folder, revision)
|
||||||
opts = {
|
opts = {
|
||||||
args = {
|
args = {
|
||||||
'clone',
|
'clone',
|
||||||
'-c', 'core.symlinks=true',
|
|
||||||
'--single-branch',
|
'--single-branch',
|
||||||
'--branch', repo.branch or 'master',
|
'--branch', repo.branch or 'master',
|
||||||
repo.url,
|
repo.url,
|
||||||
|
|
@ -202,7 +201,6 @@ function M.select_download_commands(repo, project_name, cache_folder, revision)
|
||||||
err = 'Error while checking out revision',
|
err = 'Error while checking out revision',
|
||||||
opts = {
|
opts = {
|
||||||
args = {
|
args = {
|
||||||
'-c', 'core.symlinks=true',
|
|
||||||
'checkout', revision
|
'checkout', revision
|
||||||
},
|
},
|
||||||
cwd = git_folder
|
cwd = git_folder
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue