finished adding support for annex.ssh-options

This commit is contained in:
Joey Hess 2010-11-01 00:04:53 -04:00
parent 0bd7ebbf35
commit 99c522edef
4 changed files with 17 additions and 11 deletions

View file

@ -45,7 +45,7 @@ new gitrepo allbackends = do
where
prep = do
-- read git config and update state
gitrepo' <- liftIO $ Git.configRead gitrepo
gitrepo' <- liftIO $ Git.configRead gitrepo Nothing
Annex.gitRepoChange gitrepo'
{- performs an action in the Annex monad -}