On Mon, Feb 14, 2011 at 1:06 PM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > + Â Â Â warning("You do not have an explicit 'matching' setting for push.default"); > + Â Â Â warning("Your workflow will be broken at 1.8.0 unless you do so now"); That message seems like it would confuse a new user. This seems less confusing to me w/o becoming a paragraph of text that no one will read: push.default is unset; its implicit value is changing in 1.8.0. To squelch this message, set push.default. See push.default in 'git help config'. And update the git config man page entry for push.default to note that matching is the current default behavior and current will be default behavior starting with 1.8.0 (Aside, it would be nice if "git help config push.default" did what I want. :-) j. -- 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