Jon Smirl writes: > gitk takes about a minute to come up on the Mozilla repo when > everything is in cache. It takes about twice as long when things are > cold. It's enough of delay that I don't use the tool. How long does it take for git rev-list --topo-order to produce its first line of output, in the cache-hot case? That is, is it just gitk's graph layout that is taking the time, or is it git rev-list (meaning that gitk needs to stop using --topo-order)? Paul. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html