proxied exporttree=yes versionedexport=yes remotes are not untrusted
authorJoey Hess <joeyh@joeyh.name>
Thu, 8 Aug 2024 19:13:12 +0000 (15:13 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 8 Aug 2024 19:24:19 +0000 (15:24 -0400)
commit3ea835c7e896a5071ed0b8cd66bb175d18bda1f7
treeea059b3e7d3948fca933e2e760b1da6b22e113b5
parent5c36177e58f74a8f240fb6f156b632bc486c18b3
proxied exporttree=yes versionedexport=yes remotes are not untrusted

This removes versionedExport, which was only used by the S3 special
remote. Instead, versionedexport=yes is a common way for remotes to
indicate that they are versioned.
16 files changed:
Annex/Import.hs
Annex/SpecialRemote/Config.hs
Command/Export.hs
Remote/Adb.hs
Remote/Directory.hs
Remote/External.hs
Remote/Git.hs
Remote/Helper/ExportImport.hs
Remote/HttpAlso.hs
Remote/Rsync.hs
Remote/S3.hs
Remote/WebDAV.hs
Types/Remote.hs
doc/design/external_special_remote_protocol.mdwn
doc/design/external_special_remote_protocol/export_and_import_appendix.mdwn
doc/todo/git-annex_proxies.mdwn