finished adding support for annex.ssh-options
This commit is contained in:
parent
0bd7ebbf35
commit
99c522edef
4 changed files with 17 additions and 11 deletions
2
Annex.hs
2
Annex.hs
|
@ -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 -}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue