mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -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 = {
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue