move repoConfig out of Remotes
This commit is contained in:
parent
acde7a1736
commit
aad1372880
3 changed files with 21 additions and 21 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue