mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-04 09:47:23 +00:00
Oh yeah, bugs from my rebase
This commit is contained in:
parent
77cffa31db
commit
2850252af7
@ -362,7 +362,7 @@ static bool should_checkout(
|
|||||||
if (!opts)
|
if (!opts)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
if (opts->checkout_strategy == GIT_CHECKOUT_DEFAULT)
|
if (opts->checkout_strategy == GIT_CHECKOUT_NONE)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
return !git_repository_head_orphan(repo);
|
return !git_repository_head_orphan(repo);
|
||||||
|
Loading…
Reference in New Issue
Block a user