Skip to content

Commit

Permalink
diff --color: use reset sequence when we mean reset.
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Jun 24, 2006
1 parent 1054dcd commit 0ec2f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diff.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 0ec2f6b

Please sign in to comment.