Jonathan Nieder wrote: > --- a/builtin/checkout.c > +++ b/builtin/checkout.c > + (argc == has_dash_dash ? 2 : 1)) { Hmph --- this should read (argc == (has_dash_dash ? 2 : 1))) for correctness and sanity. -- 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