fixed an oversight that had always prevented annex.resolvemerge from being honored, when it was configured by git-annex config

forgot to add it to the merge function
This commit is contained in:
Joey Hess 2019-12-20 10:55:23 -04:00
parent f07cb76640
commit ce3fb0b2e5
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
4 changed files with 8 additions and 1 deletions

View file

@ -46,6 +46,7 @@ unsetGlobalConfig name = do
setGlobalConfig' name (ConfigValue mempty)
-- Reads the global config log every time.
-- It's more efficient to use Config.GitConfig.
getGlobalConfig :: ConfigKey -> Annex (Maybe ConfigValue)
getGlobalConfig name = M.lookup name <$> loadGlobalConfig