GIT_COLOR_RESET    39 builtin/branch.c 	GIT_COLOR_RESET,
GIT_COLOR_RESET    37 builtin/clean.c 	GIT_COLOR_RESET,
GIT_COLOR_RESET    40 builtin/show-branch.c 		return GIT_COLOR_RESET;
GIT_COLOR_RESET    23 color.c        	GIT_COLOR_RESET,
GIT_COLOR_RESET   188 color.c        		strcpy(dst, GIT_COLOR_RESET);
GIT_COLOR_RESET   336 color.c        		fprintf(fp, "%s", GIT_COLOR_RESET);
GIT_COLOR_RESET   348 color.c        		r += fprintf(fp, "%s", GIT_COLOR_RESET);
GIT_COLOR_RESET    46 diff.c         	GIT_COLOR_RESET,
GIT_COLOR_RESET   823 diff.c         			    && fputs(GIT_COLOR_RESET, fp) < 0)
GIT_COLOR_RESET   817 grep.c         		opt->output(opt, GIT_COLOR_RESET, strlen(GIT_COLOR_RESET));
GIT_COLOR_RESET    20 log-tree.c     	GIT_COLOR_RESET,
GIT_COLOR_RESET   980 pretty.c       		strbuf_addstr(sb, GIT_COLOR_RESET);
GIT_COLOR_RESET   814 wt-status.c    		copts.nl = GIT_COLOR_RESET "\n";