From: Dima K. <gn...@di...> - 2025-04-07 03:19:45
|
I just read the docs (git fetch --help). I think the key line is By default, any tag that points into the histories being fetched is also fetched; the effect is to fetch tags that point at branches that you are interested in. This default behavior can be changed by using the --tags or --no-tags options I guess the difference here is that the new "1.0" tag is in a separate tree, disconnected from the rest of it, so you need to ask for the tags explicitly. I had no idea this was a thing. In any case, this is probably fine for a historical thing. |