Thread (8 messages) flat view 8 messages, 3 authors, 2016-06-15

Re: [PATCH 2/4] git branch: Use color configuration infrastructure

From: Jeff King <hidden>
Date: 2016-06-15 22:44:03

On Sat, Jan 05, 2008 at 03:11:37PM +0100, Matthias Kestenholz wrote:
quoted hunk ↗ jump to hunk
--- a/builtin-branch.c
+++ b/builtin-branch.c
[...]
-static int branch_use_color;
[...]
 	if (!strcmp(var, "color.branch")) {
-		branch_use_color = git_config_colorbool(var, value, -1);
+		git_use_color = git_config_colorbool(var, value, -1);
 		return 0;
 	}
If I read this right, you are getting rid of the individual "use color"
variables with a single static git_use_color. This will break if two
different color "zones" get used in the same program (e.g.,
color.branch and color.diff, but only one is supposed to be set). I
don't think this is a problem currently, but it seems like a step
backwards in terms of libification.

-Peff
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help