Jonathan Nieder wrote: > --- a/builtin/checkout.c > +++ b/builtin/checkout.c > @@ -808,23 +814,24 @@ int cmd_checkout(int argc, const char **argv, const char *prefix) > arg = "@{-1}"; > > if (get_sha1_mb(arg, rev)) { > + trace_printf("trace: guess = %d\n", dwim_new_local_branch); Gah! This line does not belong, sorry (though presumably it wouldn't interfere with testing). -- 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