mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-03 00:43:41 +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)
|
||||
return false;
|
||||
|
||||
if (opts->checkout_strategy == GIT_CHECKOUT_DEFAULT)
|
||||
if (opts->checkout_strategy == GIT_CHECKOUT_NONE)
|
||||
return false;
|
||||
|
||||
return !git_repository_head_orphan(repo);
|
||||
|
Loading…
Reference in New Issue
Block a user