summaryrefslogtreecommitdiff
path: root/Init.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Init.hs')
-rw-r--r--Init.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Init.hs b/Init.hs
index 3f4a9d385..2c1bf4ef9 100644
--- a/Init.hs
+++ b/Init.hs
@@ -27,6 +27,7 @@ import Utility.Shell
import Utility.FileMode
import Config
import Annex.Direct
+import Annex.Content.Direct
import Backend
genDescription :: Maybe String -> Annex String
@@ -45,6 +46,7 @@ initialize mdescription = do
Annex.Branch.create
setVersion
gitPreCommitHookWrite
+ createInodeSentinalFile
u <- getUUID
describeUUID u =<< genDescription mdescription