On Mon, Jan 9, 2017 at 12:34 PM, Jeff King <peff@xxxxxxxx> wrote: >> +test_expect_success 'log --graph with merge with log.graphColors' ' >> + test_config log.graphColors " blue , cyan , red " && > > This funny syntax isn't required, right? It should work with the more > natural: > > test_config log.graphColors "blue, cyan, red" Yeah spaces are optional. I just wanted to put extra spaces there because I hit a bug with them. -- Duy