On Monday 2007, November 26, Benoit Sigoure wrote: > On Nov 26, 2007, at 5:46 PM, Andy Parkins wrote: > > - libgit would have come first > > I warmly second that. > > > - "git revert" should be called "git invert" > > - "git revert" would (maybe) be "git reset" > > But here, I have to disagree. Why would you want to call "git- > revert" "git-reset"? I don't; you're reading it the wrong way around. I think current revert should actually be called invert. "revert" means to move back to a previous point. That is not at all what git-revert does, what it actually does is to apply the opposite of the given commit - i.e. an inversion. Revert on the other hand would be the perfect name for current git-reset. > I know it's annoying that commands with the same name do different > things in SVN/CVS but I don't think it's a reason to necessarily I know that very well; nor did I pick any of those suggestions based on what svn does. There is no other VCS that uses "invert" as far as I know. Nor does any other VCS use "revert" the way I'd like; so I'm really not sure where you're getting the idea that I chose those as a copy of another VCS. What I would like (ideally, with a time machine) is those words, which have a well defined meaning in English, to match more closely with their function in the VCS. "revert" is definitely not right. > adapt to them. There are plenty of misnomers already anyway > (checkout, commit, add). I know; but the question was "what if we could start again". I don't see too many problems with checkout and commit as it happens. They both seem like adequate verbs to describe the operations they perform. We could perhaps quibble about the extra functionality that they've both gained, but that isn't a naming fault, and the extensions are natural extensions for users of git. Andy -- Dr Andy Parkins, M Eng (hons), MIET andyparkins@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