Oh yeah, bugs from my rebase

This commit is contained in:
Russell Belfer 2013-01-03 09:11:52 -08:00
parent 77cffa31db
commit 2850252af7

View File

@ -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);