* FEATURE REQUEST: git tag -- add option to display SHA1 values
@ 2010-03-04 17:28 Jari Aalto
2010-03-04 18:01 ` Avery Pennarun
0 siblings, 1 reply; 2+ messages in thread
From: Jari Aalto @ 2010-03-04 17:28 UTC (permalink / raw)
To: git
It would be nice if there were option to list the SHA1 values easily for
every tag:
$ git tag --sha # or -s short option
release/1.0 3a162d7086a7da0f9621530cca5996668d1442e3
snapshot/20100125 e7b2b55a1bc2e59b5bf4fc92bc5eaf8ec25031a3
...
Jari
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: FEATURE REQUEST: git tag -- add option to display SHA1 values
2010-03-04 17:28 FEATURE REQUEST: git tag -- add option to display SHA1 values Jari Aalto
@ 2010-03-04 18:01 ` Avery Pennarun
0 siblings, 0 replies; 2+ messages in thread
From: Avery Pennarun @ 2010-03-04 18:01 UTC (permalink / raw)
To: Jari Aalto; +Cc: git
On Thu, Mar 4, 2010 at 12:28 PM, Jari Aalto <jari.aalto@cante.net> wrote:
> It would be nice if there were option to list the SHA1 values easily for
> every tag:
>
> $ git tag --sha # or -s short option
>
> release/1.0 3a162d7086a7da0f9621530cca5996668d1442e3
> snapshot/20100125 e7b2b55a1bc2e59b5bf4fc92bc5eaf8ec25031a3
> ...
Try this:
git show-ref --tags
Have fun,
Avery
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-03-04 18:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-04 17:28 FEATURE REQUEST: git tag -- add option to display SHA1 values Jari Aalto
2010-03-04 18:01 ` Avery Pennarun
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).