gcrypt inherits shellescape setting from rsync, allow it

This commit is contained in:
Joey Hess 2020-01-20 15:13:49 -04:00
parent 923230ea30
commit 201049cf93
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 12 additions and 5 deletions

View file

@ -66,8 +66,9 @@ remote = specialRemoteType $ RemoteType
-- and will call our gen on them.
, enumerate = const (return [])
, generate = gen
, configParser = mkRemoteConfigParser
[optionalStringParser gitRepoField]
, configParser = mkRemoteConfigParser $
Remote.Rsync.rsyncRemoteConfigs ++
[ optionalStringParser gitRepoField ]
, setup = gCryptSetup
, exportSupported = exportUnsupported
, importSupported = importUnsupported