chris@xxxxxxxxxxxx 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 -- 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