thanks for quick response, Fredrik. > I'm curious, why did you choose git for this? Maybe this is a use case we should consider? this is a part of "thinking out of the box" mental execise. With the advent of many tools to visualize and analyze git repositories, it makes some sense to use the underlying beauty and power of git for unusual use cases. Similar evolution happened to javascript (originally a simple language to apply form validations on browser side). Here are few other use cases which may be fun to realize with git: - history of political parties in one country. when a party splits into two, we create new branch, and when parties join, we merge branches. branch name = party name. commiter name = party leader. - how country populations evolve year by year. country is a file, bytesize equals to its population. - track evolution of some political document (e.g., u.s. constitution). Peter On Wed, Oct 29, 2014 at 8:19 PM, Fredrik Gustafsson <iveqy@xxxxxxxxx> wrote: > On Wed, Oct 29, 2014 at 07:49:19PM +0100, Peter Vojtek wrote: >> I am playing with git in slightly unusual manner - e.g., to use git to >> store history of europe: > > Actually you're the second person I hear that is trying to use git as a > timeline of some sort. The previous person had the exact same problem. > Unfortunately I couldn't find a mailthread about it in the archives. > > I'm curious, why did you choose git for this? Maybe this is a use case > we should consider? > > -- > Med vänlig hälsning > Fredrik Gustafsson > > tel: 0733-608274 > e-post: iveqy@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