fix implicit embedcreds regression
Fix bug that made creds not be stored in git when a special remote was initialized with gpg encryption, but without an explicit embedcreds=yes. (Yet nother regression introduced in version 7.20200202.7. 5th so far.)
This commit is contained in:
parent
a1d4c8e4ec
commit
ad81feb053
7 changed files with 32 additions and 21 deletions
|
@ -128,8 +128,8 @@ gen r u rc gc rs = do
|
|||
-- Things used by genRsyncOpts
|
||||
rsyncRemoteConfigs :: [RemoteConfigFieldParser]
|
||||
rsyncRemoteConfigs =
|
||||
[ yesNoParser shellEscapeField True
|
||||
(FieldDesc "avoid usual shell escaping (not recommended)")
|
||||
[ yesNoParser shellEscapeField (Just True)
|
||||
(FieldDesc "set to no to avoid usual shell escaping (not recommended)")
|
||||
]
|
||||
|
||||
genRsyncOpts :: ParsedRemoteConfig -> RemoteGitConfig -> Annex [CommandParam] -> RsyncUrl -> RsyncOpts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue