On Mon, May 07, 2012 at 07:16:51PM -0400, Daniel Villeneuve wrote: > Testing color configuration via scripting, I tried the following command: > > git -c color.diff=always config --get-colorbool diff false > > on a repository with color.diff=auto. > > I'd expect "true" as output, but got "false". "git diff" works as > expected though. Is this an exception for "git config"? I think you meant "--get-colorbool color.diff"; the fact that you are getting a colorbool does not automatically place the name inside the color.* section. With that change, it seems to work as expected. -Peff -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html