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:
parent
5ce7fce74a
commit
36133f27c0
22 changed files with 42 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue