On Sat, Apr 14, 2012 at 04:40:01PM -0700, Junio C Hamano wrote: > Clemens Buchacher <drizzd@xxxxxx> writes: > > > The default mode for push without arguments will change. Some warnings > > are about to be enabled for such use, which causes some t5570 tests to > > fail because they do not expect this output. Fix this by passing an > > explicit refspec to git push. > > I wonder if a better fix is to configure "push.default = matching" in the > test repository. Otherwise wouldn't the result of the push change once > the default changes? The push.default option matters only if a refspec is not specified. By adding a refspec, push.default should not matter any more. Unless that is going to change as well? -- 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