fix: shallow clone repos
Opened this issue · 2 comments
TorchedSammy commented
saves up on bandwidth and space
we could also update with these commands:
git fetch --depth 1
git reset --hard origin/master
peak efficiency
adamharrison commented
Not possible in lpm unfortunately, you can't shallow clone with libgit2
TorchedSammy commented
this is for the fallback install method