Andy Parkins <andyparkins@xxxxxxxxx> wrote: > On Tuesday 2007 March 20 14:38, Shawn O. Pearce wrote: > > > The problem of course is the update hook is running before a ref > > is created to point at the tag. If you used post-receive hook > > on the other hand... Oh, right, that has its own problems too! > > I've obviously not described the problem very well; as I don't understand how > your comment relates to this patch. > eval `git for-each-ref --format='taggername=%(taggername) taggerdate=%(taggerdate)' thetag` Then you have $taggername and $taggerdate available. ;-) The problem is, there is no ref to for-each over. :-( -- Shawn. - 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