summaryrefslogtreecommitdiff
path: root/Annex/Init.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-04-04 13:51:42 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-04-04 13:51:42 -0400
commitcdddad27e44443177b7878821a057c6eaf16cc05 (patch)
tree8a417dd20a01554e60d7c208d816c7ec8261f0cd /Annex/Init.hs
parent2f8436cd9bb2a9f16b0bbbf5a30043b911576317 (diff)
deal with cloning a repo that has an ajdusted branch checked out
Diffstat (limited to 'Annex/Init.hs')
-rw-r--r--Annex/Init.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Annex/Init.hs b/Annex/Init.hs
index 99f8ece2c..4edc9c914 100644
--- a/Annex/Init.hs
+++ b/Annex/Init.hs
@@ -105,6 +105,7 @@ initialize' mversion = do
, unlessM isBare
switchHEADBack
)
+ checkAdjustedClone
createInodeSentinalFile False
uninitialize :: Annex ()