Tanay Abhra <tanayabh@xxxxxxxxx> writes: > +void git_die_config(const char *key) > +{ > + const struct string_list *values; > + struct key_value_info *kv_info; > + values = git_config_get_value_multi(key); > + kv_info = values->items[values->nr - 1].util; > + if (!kv_info->linenr) > + die("unable to parse command-line config"); > + else > + die("bad config file line %d in %s",kv_info->linenr, kv_info->filename); Missing space after ,. -- Matthieu Moy http://www-verimag.imag.fr/~moy/ -- 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