Re: Curious about details of optimization of object database...
From: Matthieu Moy <hidden>
Date: 2016-06-15 22:45:55
chris@seberino.org writes:
I'm told a commit is *not* a patch (diff), but, rather a copy of the entire tree.
Conceptually, yes. But obviously, the storage format (pack) does what people usually call "delta-compression", which is basically storing only the diff against another, similar object. -- Matthieu