Hi, On Fri, 15 Dec 2006, Jakub Narebski wrote: > Johannes Schindelin wrote: > > > +For tags, it shows the tag message and the referenced objects. > [...] > > +EXAMPLES > > +-------- > > + > > +git show v1.0.0:: > > + Shows the tag `v1.0.0`. > > This changes semantic. Before this patch "git show v1.0.0" showed > _commit_, not a tag. Well, you can get commit using "git show > v1.0.0^{}"... As Santi pointed out, this also shows the commit. Not only the tag. Ciao, Dscho