![]() | ||||||||||
Messages in this thread |
On Thu, 24 Nov 2005, Junio C Hamano wrote: > > Performance perceived by cloners is helped by > > $ mkdir -p .git/pack-cache > $ git-rev-list --objects --all | git-pack-objects .git/pack-cache/pack That really doesn't work very well. I push to that tree often several times a day, and you'd have to re-do the cache each time. So it would be much better if git-pack-objects would just always cache its output in .git/pack-cache - along with some logic to just get rid of old ones regularly. Since git-pack-objects has to generate the pack _anyway_, it might as well save it away when it does - so that if you have lots of people doing clones or pulling, you'd only need to run it once for a particular set of objects, and you'd not have to do any extra (or unnecessary) maintenance. Linus - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ | |||||||||
| Last update: 2005-11-24 18:59 [W:0.692 / U:0.080 seconds] ©2003-2008 Jasper Spaans | ||||||||||