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

@ -83,7 +83,7 @@ setConfig key value = do
g <- Annex.gitRepo
liftIO $ Git.run g ["config", key, value]
-- re-read git config and update the repo's state
g' <- liftIO $ Git.configRead g
g' <- liftIO $ Git.configRead g Nothing
Annex.gitRepoChange g'
{- Filters a list of repos to ones that have listed UUIDs. -}