LoopPerfect / buckaroo

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

stream git-cli progress output to console #257

Open nikhedonia opened 5 years ago

nikhedonia commented 5 years ago

git fetch / clone take sometimes very long.

remote: Enumerating objects: 95069, done.
remote: Counting objects: 100% (95069/95069), done.
remote: Compressing objects: 100% (18940/18940), done.
receiving objects:  28% (26801/93489), 9.86 MiB | 207.00 KiB/s

It would be awesome if we could forward the progress to the console.