mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tools: use --filter=blob:none to reduce initial network trafic for most of the git clone
commands, done by tools like oldv, gen_vc, fast_job, v translate
etc
This commit is contained in:
@ -36,7 +36,7 @@ fn main() {
|
||||
|
||||
if !os.exists('website') {
|
||||
println('cloning the website repo...')
|
||||
os.system('git clone git@github.com:/vlang/website.git')
|
||||
os.system('git clone --filter=blob:none git@github.com:/vlang/website.git')
|
||||
}
|
||||
for {
|
||||
elog('------------------- Checking for updates ... -------------------')
|
||||
|
Reference in New Issue
Block a user