Re: Cogito: cg-clone doesn't like packed tag objects
From: Sven Verdoolaege <hidden> Date: 2016-06-15 22:42:07
On Mon, Sep 26, 2005 at 11:25:36PM +0200, Petr Baudis wrote:
So the strategy I'm thinking of now is to manually (I think no GIT tool
can do that for me) dereference the possible tag chain until I end up at
some non-tag object.
If it _is_ a commit, you could use
git-rev-list --max-count=1 $tag
It won't help you though if it isn't.
skimo