Junio C Hamano <gitster@xxxxxxxxx> writes: > Makes me wonder if you are better off with two new helper > functions defined in Git.pm, as in: > > $prompt_color = $repo->config_color("interactive.prompt") || "bold blue") > $normal_color = Git::color_to_ansi_code("normal"); Sorry, but please disregard. "bold blue" part was also parameter to the string-to-ansi-color-escape function, so the above does not make much sense. - 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