[EMAIL PROTECTED] writes: > I still have the patch to make git-http-pull download packs, and I > should be able to get it to read the objects/info/packs file without > too much trouble.
Another thing that may help you gain more parallelism in the initial set of requests is the rev-cache file. You can find out the ancestry information upfront by reading it, without waiting for the commits you asked to arrive. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

