From: Eugene Sajine <euguess@gmail.com>
To: git@vger.kernel.org
Cc: Eugene Sajine <euguess@gmail.com>
Subject: feature "git tag -r" to show tags and commits they are pointing to
Date: Thu, 22 Oct 2009 17:24:20 -0400 [thread overview]
Message-ID: <76c5b8580910221424n220449b9vda26f032174b6fa7@mail.gmail.com> (raw)
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
next reply other threads:[~2009-10-22 21:24 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-22 21:24 Eugene Sajine [this message]
2009-10-22 21:35 ` feature "git tag -r" to show tags and commits they are pointing to 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=76c5b8580910221424n220449b9vda26f032174b6fa7@mail.gmail.com \
--to=euguess@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).