convert configParser to Annex action and add passthrough option
authorJoey Hess <joeyh@joeyh.name>
Tue, 14 Jan 2020 17:18:15 +0000 (13:18 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 14 Jan 2020 17:52:03 +0000 (13:52 -0400)
commitc498269a88fb9117f6689f0a4445f0ef3c0e2260
tree422c18e99b8ad981823564302386b6d036bacce9
parent8f142a92795dc73d17d335df4e168169d45eb154
convert configParser to Annex action and add passthrough option

Needed so Remote.External can query the external program for its
configs. When the external program does not support the query,
the passthrough option will make all input fields be available.
16 files changed:
Annex/SpecialRemote/Config.hs
Creds.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
Types/Remote.hs
Types/RemoteConfig.hs