On Thursday 2007 April 26, Andy Parkins wrote: > Actually how about this: an option in the remote section to turn off > auto-following and then add fetch and push lines for the tags too - that > means very minimal changes and then everyone's happy (where everyone = > me ;-)). Funny. I went looking to add the above facility, and lo-and-behold, it's already there in the form of the remote.$remote.tagopt parameter. [remote "origin"] tagopt = --no-tags push = refs/tags/public:refs/tags/* fetch = refs/tags/*:refs/tags/public/* This does exactly what I want. Once again, git is waaaay ahead of me :-) Andy -- Dr Andy Parkins, M Eng (hons), MIET andyparkins@xxxxxxxxx - 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