mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-26 03:42:28 +00:00
checkout: Fix submodule_is_config_only's return value
This commit is contained in:
parent
bb63baea5f
commit
49653665d1
@ -339,7 +339,7 @@ static bool submodule_is_config_only(
|
|||||||
|
|
||||||
git_submodule_free(sm);
|
git_submodule_free(sm);
|
||||||
|
|
||||||
return false;
|
return rval;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int checkout_action_with_wd(
|
static int checkout_action_with_wd(
|
||||||
|
Loading…
Reference in New Issue
Block a user