git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* feature "git tag -r" to show tags and commits they are pointing to
@ 2009-10-22 21:24 Eugene Sajine
  2009-10-22 21:35 ` Junio C Hamano
  0 siblings, 1 reply; 5+ messages in thread
From: Eugene Sajine @ 2009-10-22 21:24 UTC (permalink / raw)
  To: git; +Cc: Eugene Sajine

Hi,

Currently there is no way you can get the commits your tags are
pointing to by using git tag.
The only way i found is to use rev-parse (which is by the way not
supported by the bash_completion)

It seems reasonable to have upper level command like:

$ git tag -r

to output

v0.1  8794hke84f9e8h9ef9eh949793...
v0.2  jhkd934398e9f499f47w9789o97...

$ git tag -n -r

v0.1 "super message"     8794hke84f9e8h9ef9eh949793...
v0.2  "another message" jhkd934398e9f499f47w9789o9f...

$ git tag -r v0.2
v0.2  jhkd934398e9f499f47w9789o9f...


What do you think?

Thanks,
Eugene

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-10-23 14:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-22 21:24 feature "git tag -r" to show tags and commits they are pointing to Eugene Sajine
2009-10-22 21:35 ` Junio C Hamano
2009-10-23  2:30   ` Eugene Sajine
2009-10-23  5:58     ` Junio C Hamano
2009-10-23 14:48       ` Eugene Sajine

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).