First, I'd be really glad if push.default changed to "current", that's what I want 99% of cases, if not more. Jay Soffian <jaysoffian@xxxxxxxxx> writes: > Alternately, you could take the wall of text approach, which I was > trying to avoid: > > push.default is unset; its implicit value is changing in 1.8.0 from > 'matching' to 'current'. To squelch this message and maintain the current > behavior post-1.8.0, use 'git config [--global] push.default matching'. To > squelch this message and adopt the 1.8.0 behavior now, use > 'git config [--global] push.default current'. See 'git help config' and > search for 'push.default' for further information. I actually like this, although it's a bit verbose: I think telling the user "something will change" without telling what is very frustrating, so the "from 'matching' to 'current'" part seems really good. I'd remove the [] around the --global, to make the command cut-and-paste ready. Advanced users know whether to remove the --global, and newbies don't want to remove it. -- 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