Kelly Dean <kellydeanch@xxxxxxxxx> writes: > The basic question is, if provenance doesn't matter, then why does a > git commit record its parent(s)? Why not omit this information, and > figure it out at search time (by looking at all commits with older > timestamps), Because it is not possible to do in reliable way in face of parallel concurrent branchy development by multiple developers... some of which can have badly set clock. Also, multiple merges of the same branch. -- Jakub Narebski -- 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