Ondřej Bílka wrote: > diff --git a/builtin/checkout.c b/builtin/checkout.c > index 7fe0bff..9f29bb2 100644 > --- a/builtin/checkout.c > +++ b/builtin/checkout.c > @@ -1137,7 +1137,7 @@ int cmd_checkout(int argc, const char **argv, const char *prefix) > * 3) git checkout <something> [<paths>] > * > * including "last branch" syntax and DWIM-ery for names of > - * remote branches, erroring out for invalid or ambiguous cases. > + * remote branches, erring out for invalid or ambiguous cases. Didn't look through the entire patch, but this caught me eye: what's wrong with "erroring out"? -- 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