Commit 64a862c2 by Vicent Marti

Merge pull request #2237 from mekishizufu/fix_return_value

Fix submodule_is_config_only's return value
parents fe23860a 49653665
......@@ -339,7 +339,7 @@ static bool submodule_is_config_only(
git_submodule_free(sm);
return false;
return rval;
}
static int checkout_action_with_wd(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment