On Sun, 19 Nov 2006, Marco Costalba wrote:MUCH slower than expected. Can you do strace -o tracefile -Ttt git show-ref and send out the tracefile? What I _suspect_ is going on is that when you packed your refs, you either didn't prune them (which means that packing didn't actually help you), or if you did prune them, since we don't seem to remove the refs _directories_ when packing, you still have an old and big directory for .git/refs/tags, and just reading that (empty, but non-shrunken) directory takes time. The -Ttt thing should show quite clearly what takes time. (This, btw, is one _huge_ reason why the old shell script things with piping sucked. Doing things like performance analysis is so much easier with a builtin thing and really shows what's going on). Linus - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
| Greg Kroah-Hartman | [PATCH 006/196] Chinese: add translation of oops-tracing.txt |
| Jan Engelhardt | intel iommu (Re: -mm merge plans for 2.6.23) |
| James Bottomley | Re: Integration of SCST in the mainstream Linux kernel |
| Borislav Petkov | 2.6.23-rc1: no setup signature found... |
git: | |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| David Miller | [GIT]: Networking |
| David Miller | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| David Miller | Re: [BUG] New Kernel Bugs |
