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
UUID.hs
2
UUID.hs
|
@ -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. -}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue