From: Junio C Hamano Date: Sat, 24 Jun 2006 11:20:39 +0000 (-0700) Subject: diff --color: use reset sequence when we mean reset. X-Git-Tag: v1.4.1-rc2~31 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0ec2f6b7392f8f041fd48f824bbf22c4dd13ac40;p=git.git diff --color: use reset sequence when we mean reset. Signed-off-by: Junio C Hamano --- diff --git a/diff.c b/diff.c index 1db0285cd..f89224f75 100644 --- a/diff.c +++ b/diff.c @@ -616,7 +616,7 @@ static void builtin_diff(const char *name_a, const char *lbl[2]; char *a_one, *b_two; const char *set = get_color(o->color_diff, DIFF_METAINFO); - const char *reset = get_color(o->color_diff, DIFF_PLAIN); + const char *reset = get_color(o->color_diff, DIFF_RESET); a_one = quote_two("a/", name_a); b_two = quote_two("b/", name_b);