Re: Make "git clone" less of a deathly quiet experience
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:42:18
Linus Torvalds [off-list ref] writes:
Btw, we should print out the other "stages" too - the checkout in particular can be a big part of the overhead, and it would probably make sense to tell people about the fact that "hey, now we're checking the result out, we're not actually trying to destroy your disk".
Would you suggest doing that with "checkout-index -v", that shows "1 path1\r2 path2\r3 path3\r...\rDone.\n"?