On Tue, Jul 28, 2015 at 2:43 PM, Christian Couder <christian.couder@xxxxxxxxx> wrote: > On Tue, Jul 28, 2015 at 8:56 AM, Karthik Nayak <karthik.188@xxxxxxxxx> wrote: >> @@ -712,6 +713,15 @@ static void populate_value(struct ref_array_item *ref) >> v->modifier_atom = 1; >> v->pad_to_right = 1; >> continue; >> + } else if (starts_with(name, "colornext:")) { >> + char color[COLOR_MAXLEN] = ""; >> + >> + if (color_parse(name + 10, color) < 0) >> + die(_("unable to parse format")); > > Maybe use skip_prefix(), and die() with a more helpful message. > Okay will do. Thanks! -- Regards, Karthik Nayak -- 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