On 9/3/07, Johannes Schindelin <Johannes.Schindelin@xxxxxx> wrote: > Hi, > > On Mon, 3 Sep 2007, Jon Smirl wrote: > > > Are tree objects really needed? > > Yes. For performance reasons, since a simple commit would kill you in any > reasonably sized repo. That's not an obvious conclusion. A new commit is just a series of edits to the previous commit. Start with the previous commit, edit it, delta it and store it. Storing of the file objects is the same. Why isn't this scheme fast than the current one? > > Hth, > Dscho > -- Jon Smirl jonsmirl@xxxxxxxxx - 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