On 2012-01-31 19:03 , "Jeff King" [off-list ref] wrote:
That sounds kind of slow. Is your repository really gigantic?
Bigger than a kernel tree, but not as many commits. Beyond that, can't say.
Have you packed
everything?
Yep.
I'm just curious if there's some other way to make things
faster.
It would be nice if there was, but the fundamental problem is the lack of
an index from filename to commit. Walking every commit is the limiting
factor, I believe.
Is the repository publicly available?
No, sorry.