
     105 git_config_get_string("submodule.alternateErrorStrategy", &error_strategy);
     106 if (error_strategy)
     107    git_config_set_in_file(p, "submodule.alternateErrorStrategy", error_strategy);
     