Mark Lodato wrote: > --- a/Documentation/git-describe.txt > +++ b/Documentation/git-describe.txt > @@ -26,8 +26,8 @@ see the -a and -s options to linkgit:git-tag[1]. > > OPTIONS > ------- > -<committish>...:: > - Committish object names to describe. > +<commit>...:: > + Commit object names to describe. Or even Commits to describe. :) > --- a/Documentation/git-fast-import.txt > +++ b/Documentation/git-fast-import.txt > @@ -350,8 +350,8 @@ change to the project. > ('author' (SP <name>)? SP LT <email> GT SP <when> LF)? > 'committer' (SP <name>)? SP LT <email> GT SP <when> LF > data > - ('from' SP <committish> LF)? > - ('merge' SP <committish> LF)? > + ('from' SP <commit> LF)? > + ('merge' SP <commit> LF)? As the audience of this manual page is people mostly familiar with other version control systems, it needs to be very explicit. Not sure what the best solution is, just pointing out the worry. -- 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