Junio C Hamano <gitster@xxxxxxxxx> writes: > I recall "fetch --tags" was updated to become your "--tags-also" by > e66ef7ae (Merge branch 'mh/fetch-tags-in-addition-to-normal-refs', > 2013-12-12). Perhaps we should do the same on the push side. Would we still have a way to push tags only with this? fetch and push are a bit different: it's almost never a bad idea to run fetch (I see remote-tracking as a kind of cache, and fetch is the way to refresh this cache), but pushing too much can be harmful. Not a strong objection, but I'm not sure that this change is 100% safe for everyone. -- Matthieu Moy http://www-verimag.imag.fr/~moy/ -- 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