DIFF_RESET        565 builtin/log.c  					diff_get_color_opt(&rev.diffopt, DIFF_RESET));
DIFF_RESET        584 builtin/log.c  					diff_get_color_opt(&rev.diffopt, DIFF_RESET));
DIFF_RESET        736 combine-diff.c 	const char *c_reset = diff_get_color(use_color, DIFF_RESET);
DIFF_RESET        906 combine-diff.c 	const char *c_reset = diff_get_color_opt(opt, DIFF_RESET);
DIFF_RESET        557 diff.c         	const char *reset = diff_get_color(ecbdata->color_diff, DIFF_RESET);
DIFF_RESET        647 diff.c         	const char *reset = diff_get_color(ecb->color_diff, DIFF_RESET);
DIFF_RESET        685 diff.c         	const char *reset = diff_get_color(o->use_color, DIFF_RESET);
DIFF_RESET       1206 diff.c         	const char *reset = diff_get_color(ecbdata->color_diff, DIFF_RESET);
DIFF_RESET       1549 diff.c         	reset = diff_get_color_opt(options, DIFF_RESET);
DIFF_RESET       2099 diff.c         	const char *reset = diff_get_color(data->o->use_color, DIFF_RESET);
DIFF_RESET       2286 diff.c         	const char *reset = diff_get_color_opt(o, DIFF_RESET);
DIFF_RESET       3025 diff.c         	const char *reset = diff_get_color(use_color, DIFF_RESET);
DIFF_RESET        891 line-log.c     	const char *c_reset = diff_get_color(opt->use_color, DIFF_RESET);
DIFF_RESET        432 log-tree.c     	reset = diff_get_color_opt(&opt->diffopt, DIFF_RESET);
DIFF_RESET        626 log-tree.c     		fputs(diff_get_color_opt(&opt->diffopt, DIFF_RESET), stdout);
DIFF_RESET       1128 pretty.c       		strbuf_addstr(sb, diff_get_color(c->auto_color, DIFF_RESET));
DIFF_RESET       1133 pretty.c       			strbuf_addstr(sb, diff_get_color(c->auto_color, DIFF_RESET));
DIFF_RESET       1138 pretty.c       		strbuf_addstr(sb, diff_get_color(c->auto_color, DIFF_RESET));