On 19 apr 2008, at 23:29, Linus Torvalds wrote:
Side note: on the kenrel tree, it makes the (insane!) operation
git add $(git ls-files)
go from 49 seconds down to 17 sec. So it does make a huge difference
for
me, but I also want to point out that this really isn't a sane
operation
to do (I also think that 17 sec is totally unacceptable, but I
cannot find
it in me to care, since I don't think this is an operation that
anybody
should ever do!)
Yes, using the patch decreases the time for my from ~40 seconds to
just about 4 seconds.
- Pieter