move untrust forcing from Logs.Trust into Remote

No behavior changes here, but this is groundwork for letting remotes
such as borg vary untrust forcing depending on configuration.
This commit is contained in:
Joey Hess 2020-12-28 15:08:53 -04:00
parent 5ce7fce74a
commit 36133f27c0
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
22 changed files with 42 additions and 13 deletions

View file

@ -133,6 +133,7 @@ gen r u rc gc rs = do
, readonly = False
-- content cannot be removed from a git-lfs repo
, appendonly = True
, untrustworthy = False
, mkUnavailable = return Nothing
, getInfo = gitRepoInfo (this c cst h)
, claimUrl = Nothing