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
|
@ -221,6 +221,7 @@ mergeGitConfig :: GitConfig -> GitConfig -> GitConfig
|
|||
mergeGitConfig gitconfig repoglobals = gitconfig
|
||||
{ annexAutoCommit = merge annexAutoCommit
|
||||
, annexSyncContent = merge annexSyncContent
|
||||
, annexResolveMerge = merge annexResolveMerge
|
||||
}
|
||||
where
|
||||
merge f = case f gitconfig of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue