gcrypt inherits shellescape setting from rsync, allow it
This commit is contained in:
parent
923230ea30
commit
201049cf93
2 changed files with 12 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue