> --- a/builtin/help.c > +++ b/builtin/help.c > @@ -264,6 +289,7 @@ static void exec_man_man(const char *path, const char *page) > static void exec_man_cmd(const char *cmd, const char *page) > { > struct strbuf shell_cmd = STRBUF_INIT; > + colorize_man(); On further reflection I don't think this colorize belongs here. exec_man_cmd() is meant to execute any custom command, not necessarily man. -- Felipe Contreras