From: Thomas Rast <hidden> Date: 2016-06-15 22:46:47
Jeff King wrote:
It seems like you should be able to script around for-each-ref and
remain efficient, but I don't think there is a way to convince it to
dereference tags.
Actually there's the * operator. For example
git$ git for-each-ref --format="%(objecttype) %(*objecttype)" refs/tags/v1.6.0
tag commit
Does that solve the problem at hand?
--
Thomas Rast
trast@{inf,student}.ethz.ch