A typo fix --- sorry for the noise. Jonathan Nieder wrote: > --- a/var.c > +++ b/var.c > @@ -8,6 +8,16 @@ > > static const char var_usage[] = "git var [-l | <variable>]"; > > +static const char *editor(int flag) > +{ > + const char *pgm = git_editor(); > + > + if (!pgm && flag & IDENT_ERROR_ON_NO_NAME) > + die("terminal is dumb, but VISUAL and EDITOR unset"); Agh... s/VISUAL and //. All right, time to sleep. Apologies for all the mistakes, and thanks for the help catching them. Kind regards, Jonathan -- 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