k
k copied to clipboard
Call git status just once
We should just call git status once and store the results in a hash. Currently we are calling it once for each file, I think this could reduce the speed problems a lot.