TorchedSammy/Miq

fix: shallow clone repos

Opened this issue · 2 comments

saves up on bandwidth and space
we could also update with these commands:
git fetch --depth 1
git reset --hard origin/master

peak efficiency

Not possible in lpm unfortunately, you can't shallow clone with libgit2

this is for the fallback install method