mirror of
https://github.com/libretro/libretro-super
synced 2024-12-01 04:03:00 +00:00
Merge pull request #57 from clienthax/master
Use shallow clone instead of full checkout
This commit is contained in:
commit
1545a9b3ca
@ -45,7 +45,7 @@ fetch_project()
|
|||||||
git pull
|
git pull
|
||||||
cd ..
|
cd ..
|
||||||
else
|
else
|
||||||
git clone "$1" "$2"
|
git clone --depth 1 "$1" "$2"
|
||||||
fi
|
fi
|
||||||
echo "=== Fetched ==="
|
echo "=== Fetched ==="
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user