Junio C Hamano wrote: > You can create a tag object that points at another tag. When we > peel a tag using "^{}" notation, currently it is peeled all the > way until we hit a non tag, so if you need to look at > intermediate tags, you need to parse them yourself. IOW, there > is no Porcelain feature to let you take advantage of this > capability, easily. But we could use this to say "I attest that > he tagged that object". Hmmm... I wonder why "git show exaples/tag" (where 'examples/tag' is tag to tag) does show empty output, and why "git show examples/tag^{tag}" does not work... -- Jakub Narebski Warsaw, Poland ShadeHawk on #git - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html