LoopPerfect / buckaroo

The decentralized package manager for C++ and friends 🏝️
https://buckaroo.pm
MIT License
935 stars 33 forks source link

implement cache-first option for git-manager #337

Closed nikhedonia closed 5 years ago

nikhedonia commented 5 years ago

We always update our internal refs cache via git ls-remote. However this is a slow operation. Idea add a --cache-first option to speed up resolution by not querying the remote if possible.

Implemented by: #332