On Fri, Sep 21, 2007 at 03:28:20PM +0200, Peter Stahlir wrote: > Yes, but if there were deb and tar support in git (to automatically unpack > archives and store the contents), together with the best available > binary diffs I think the repository could be significantly smaller because > files common to all architectures could be deltified, You can unpack contain of gzipped or bzipped files and deltify it, but you cannot restore exactly the same gzip or bzip file based on its content unless you use exactly the same version of compressor that was used to create the original file. So, if you put any .deb file in such a system, you will get back a different .deb file (with a different SHA1). So, aside high CPU and memory requirements, this system cannot work in principle unless all users have exactly the same version of a compressor. Dmitry - 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