This commit is contained in:
Joey Hess 2010-10-13 21:35:10 -04:00
parent b160748516
commit 89654751da

View file

@ -38,9 +38,9 @@ startAnnex = do
where where
prep g = do prep g = do
-- setup git and read its config; update state -- setup git and read its config; update state
liftIO $ gitSetup g
g' <- liftIO $ gitConfigRead g g' <- liftIO $ gitConfigRead g
gitAnnexChange g' gitAnnexChange g'
liftIO $ gitSetup g'
backendsAnnexChange $ parseBackendList $ backendsAnnexChange $ parseBackendList $
gitConfig g' "annex.backends" "" gitConfig g' "annex.backends" ""
prepUUID prepUUID