feat(install): add blob filter to git clone command (#6325)

This commit is contained in:
TLW 2024-03-20 11:23:05 +03:30 committed by GitHub
parent 5c1830262b
commit 19b726f9ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -297,6 +297,7 @@ function M.select_download_commands(repo, project_name, cache_folder, revision,
"clone",
repo.url,
project_name,
"--filter=blob:none",
},
cwd = cache_folder,
},