add descriptions for all remote config fields
not yet used
This commit is contained in:
parent
201049cf93
commit
7038acf96c
20 changed files with 141 additions and 48 deletions
|
@ -54,6 +54,7 @@ remote = specialRemoteType $ RemoteType
|
|||
, generate = gen
|
||||
, configParser = mkRemoteConfigParser $ rsyncRemoteConfigs ++
|
||||
[ optionalStringParser rsyncUrlField
|
||||
(FieldDesc "(required) url or hostname:/directory for rsync to use")
|
||||
]
|
||||
, setup = rsyncSetup
|
||||
, exportSupported = exportIsSupported
|
||||
|
@ -127,6 +128,7 @@ gen r u c gc rs = do
|
|||
rsyncRemoteConfigs :: [RemoteConfigFieldParser]
|
||||
rsyncRemoteConfigs =
|
||||
[ yesNoParser shellEscapeField True
|
||||
(FieldDesc "avoid usual shell escaping (not recommended)")
|
||||
]
|
||||
|
||||
genRsyncOpts :: ParsedRemoteConfig -> RemoteGitConfig -> Annex [CommandParam] -> RsyncUrl -> RsyncOpts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue