On Wed, Sep 05, 2007 at 08:47:10PM +0200, Mike Hommey <mh@xxxxxxxxxxxx> wrote: > Some notes about git-svn: > - A few lines above the patched zone, the file is already read once to > do the MD5 sum. It should be possible to do SHA-1, MD5 sums and > deflate in just one pass. FWIW, I tried, and it doesn't make it much quicker to do everything in one pass. 99% of the speedup comes from not using git-hash-object. Mike - 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