diff options
Diffstat (limited to 'Init.hs')
-rw-r--r-- | Init.hs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |