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
Attachment:
signature.asc
Description: This is a digitally signed message part.