Junio C Hamano <gitster@xxxxxxxxx> writes: > struggleyb.nku@xxxxxxxxx writes: > >> From: Bo Yang <struggleyb.nku@xxxxxxxxx> >> >> Ouput the line_prefix ahead of color sequence. > > Justification for the patch, and/or a better bug description ("when run > with this combination of options, X gets painted in that color that is not > meant to be used for X") please? >> >> Signed-off-by: Bo Yang <struggleyb.nku@xxxxxxxxx> Perhaps something like this? From: Bo Yang <struggleyb.nku@xxxxxxxxx> Date: Thu, 8 Jul 2010 23:12:34 +0800 Subject: [PATCH] diff.c: fix a graph output bug When --graph is in effect, the line-prefix typically has colored graph line segments and ends with reset. The color sequence "set" given to this function is for showing the metainfo part of the patch text and (1) it should not be applied to the graph lines, and (2) it will be reset at the end of line_prefix so it won't be effect anyway. Signed-off-by: Bo Yang <struggleyb.nku@xxxxxxxxx> Signed-off-by: Junio C Hamano <gitster@xxxxxxxxx> --- diff.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) ... -- 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