Open danispringer opened 2 years ago
The same problem here. Too slow to be usable. Getting the status in a fresh clone of multi-git-status takes 21 seconds
$ time ./mgitstatus
.: ok
real 0m 20.952s
user 0m 0.211s
sys 0m 0.771s
Just tested #43. It is 20 times faster! https://github.com/ceremcem/multi-git-status
$ time ./mgitstatus
.: ok
real 0m 1.516s
user 0m 0.271s
sys 0m 0.482s
@fboender bump
Even with depth set to 1. What flag should I try? What info should I provide here? Thanks Dani