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:
parent
f07cb76640
commit
ce3fb0b2e5
4 changed files with 8 additions and 1 deletions
|
@ -15,7 +15,10 @@ import Logs.Config
|
|||
|
||||
{- Gets a specific setting from GitConfig. If necessary, loads the
|
||||
- repository-global defaults when the GitConfig does not yet
|
||||
- have a value. -}
|
||||
- have a value.
|
||||
-
|
||||
- Note: Be sure to add the config value to mergeGitConfig.
|
||||
-}
|
||||
getGitConfigVal :: (GitConfig -> Configurable a) -> Annex a
|
||||
getGitConfigVal f = do
|
||||
v <- f <$> Annex.getGitConfig
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue