Linus Torvalds wrote: > > On Fri, 2 Feb 2007, Jakub Narebski wrote: >> >> Gaaah. Why anyone would want to have non-propagated tags? > > That's *definitely* not the mistake. Ermmm... right. Now that I thought about it a bit... > I use private tags (and branches, for that matter) all the time. I'd be > very upset indeed if all my tags were always pushed out when I push > something out. Well, in git you can have private tags (anything not under refs/tags or under refs/heads is by default private), but I think you can only have not published branches (which are not pushed to public repository). If it is not true, then how one can have private branches (i.e. branches which 'push --all' would not push)? -- Jakub Narebski Poland - 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