move repoConfig out of Remotes

This commit is contained in:
Joey Hess 2011-03-05 15:31:46 -04:00
parent acde7a1736
commit aad1372880
3 changed files with 21 additions and 21 deletions

View file

@ -204,7 +204,7 @@ tryScan r
configlist =
Remotes.onRemote r (pipedconfig, Nothing) "configlist" []
manualconfiglist = do
sshoptions <- Remotes.repoConfig r "ssh-options" ""
sshoptions <- Annex.repoConfig r "ssh-options" ""
let sshcmd =
"cd " ++ shellEscape(Git.workTree r) ++ " && " ++
"git config --list"