On Fri, Mar 30, 2012 at 7:52 PM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > That's not really "is it complicated with git" question, I would have to > say. Any version control system you would build history starting from one > point going _forward_, never inserting past event as you dig back. That is true. It is very clear to us that an SCM is optimized for the prevalent use case, which is tracking code (well, mostly code) as it is written. Naturally this always starts at some point in time and progresses into the future. However, we perceive git as a very powerful tool, that can fit beautifully with the way legislation works today. The challenge for us - should we choose to accept it ;) - is to build a set of wrapper tools that allow us to use git in such a way, while enabling us to build up past history. Yes, this is not the usual use case, but we're highly motivated on making this work. We believe this could also be an interesting experience for the git community in seeing how the git plumbing can be used for other cases, even if they veer off on some weird tangent. We'll definitely be back with more questions and updates, as we progress. Thanks, everyone, for your responses and feedback! -- Yuval Adam http://y3xz.com -- 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