deal with cloning a repo that has an ajdusted branch checked out

This commit is contained in:
Joey Hess 2016-04-04 13:51:42 -04:00
parent 83ac453bc4
commit 7c7f3a0f76
Failed to extract signature
3 changed files with 16 additions and 2 deletions

View file

@ -105,6 +105,7 @@ initialize' mversion = do
, unlessM isBare
switchHEADBack
)
checkAdjustedClone
createInodeSentinalFile False
uninitialize :: Annex ()