On Wed, Apr 29, 2009 at 08:55:29AM +0200, Martin Langhoff wrote: > So from Eric's perspective, it is worthwhile to work on all those > issues, and get the right for the end user -- support things we don't > like, offer foolproof catches and warnings that prevent the user from > shooting their lovely toes off to mars, etc. I read a few of his blog postings. He kept complaining about the features of git that I like the most. :) So one thing I took away from it is that there probably isn't _one_ interface that works for everybody. I can see his arguments about how "add -p" can be dangerous, and how history rewriting can be dangerous. So for some users, blocking those features makes sense. But for other users (myself included), those are critical features that make me _way_ more productive. And I manage the risk that comes from using them as part of my workflow, and it isn't a problem in practice. While part of me is happy that cogito is now dead (not because I didn't think it was good, but because having two sets of tools just seemed to create maintenance and staleness headaches), I do sometimes wonder if we would be better off with several "from scratch" git interfaces based around the plumbing (or even a C library). And I don't just mean simple wrappers around git commands, but whole new interfaces which make decisions like "no history rewriting at all", and try to provide a safer interface based on that. Of course, _I_ wouldn't want to use such an interface. But in theory I could seamlessly interoperate with people who did. -Peff -- 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