separate RemoteConfig parsing basically working
authorJoey Hess <joeyh@joeyh.name>
Tue, 14 Jan 2020 16:35:08 +0000 (12:35 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 14 Jan 2020 16:35:08 +0000 (12:35 -0400)
commit963239da5c2a121c26d890241b083bc1d99ad9ce
tree707d1faaf3def1515a69648c34ba3c0b131a000b
parent71f78fe45dc91dbef0bedd79b33d6a9fed85704d
separate RemoteConfig parsing basically working

Many special remotes are not updated yet and are commented out.
26 files changed:
Annex/Drop.hs
Annex/Import.hs
Annex/SpecialRemote/Config.hs
Command/Sync.hs
Command/TestRemote.hs
Config.hs
Config/RemoteConfig.hs [deleted file]
Creds.hs
Crypto.hs
Remote/Directory.hs
Remote/GCrypt.hs
Remote/Git.hs
Remote/GitLFS.hs
Remote/Helper/Chunked.hs
Remote/Helper/Encryptable.hs
Remote/Helper/ExportImport.hs
Remote/Helper/Special.hs
Remote/List.hs
Remote/P2P.hs
Remote/Rsync.hs
Remote/Web.hs
Test.hs
Types/Crypto.hs
Types/ProposedAccepted.hs
Types/Remote.hs
Types/RemoteConfig.hs