Andy Parkins <andyparkins@xxxxxxxxx> wrote: > The tag header is parsed with a while loop and read command. I'm not > entirely sure how portable it is, as it had to use the following unusual > heredoc format: > > while read field value > do > # .. > done <<< "$(some command)" To bad you can't use for-each-ref. ;-) 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! -- 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