Steven Drake <sdrake@xxxxxxxxxx> writes: >> > if (!strcmp(k, "init.templatedir")) >> > return git_config_pathname(&init_db_template_dir, k, v); >> >> But then don't you need to catch init.templatedir does have a string >> value? > > Yes, but the change dose not touch that test,... Ahh, config_pathname() does its own check for NULLness, Ok, I forgot. Thanks. -- 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