On Tue, Feb 19, 2008 at 06:44:22PM -0500, Jeff King wrote: > +static void die_bad_config(const char *name) > +{ > + if (config_file_name) > + die("bad config value '%s' in %s", name, config_file_name); > + die("bad config value for '%s'", name); Oops. This first one should read: bad config value _for_ '%s'... Otherwise, test t1300:58 fails when trying to match the text. It's just a typo in my previous patch. -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