Jacob Keller <jacob.keller@xxxxxxxxx> writes: > That still hasn't really resolved the question of how to deal with > tags, but it does solve the question of how to deal with replace and > notes refs. I do not think it would be a good change to add a [remote "foo"] fetch = refs/tags/*:refs/tracking/foo/tags/* as people do expect to see tags from upstream to appear in their local tag namespace when cloning from the central meeting point of their project (e.g. Linus's kernel repository). I'm willing to believe those who argued that they have both private tags and public tags in their repository, but I think that would be something better supported by adding "git tag --local foo" that creates a local tag in e.g. refs/local-tags/foo, and by teaching DWIMmery to also look in there when the user says "foo". Alternatively, they can use their local branch namespace, which is already private to them. -- 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