On Sat, Oct 13, 2007 at 04:12:06AM -0400, Jeff King wrote: > > +if ($color_config=~"true" || -t STDOUT && $color_config=~"auto") { > > Shouldn't these just be 'eq' instead of a regex? What would mean you have to chomp it first. But it should at least be written as =~ /.../ to make it clear that using a regex was a concious decision here and not an accident. Gruesse, -- Frank Lichtenheld <frank@xxxxxxxxxxxxxx> www: http://www.djpig.de/ - 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