On Thu, Mar 05, 2009 at 05:05:09PM +0100, Johannes Schindelin wrote: > + (while test $i -le $blobcount > + do > + printf "Generating blob $i/$blobcount\r" >&2 && > + printf "blob\nmark :$i\ndata $blobsize\n" && > + #test-genrandom $i $blobsize && > + printf "%-${blobsize}s" $i && Leftover cruft using genrandom? (I'm guessing you tried random at first to avoid compression, but I think your pack.compression=0 technique is more sensible). -Peff -- 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