fix bug introduced in recent commit
This commit is contained in:
parent
9731514c75
commit
9e6839fd3f
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ mergeRemote remote currbranch = ifM isBareRepo
|
|||
)
|
||||
where
|
||||
mergelisted getlist = and <$>
|
||||
(mapM (merge currbranch Git.Branch.ManualCommit) =<< getlist)
|
||||
(mapM (merge currbranch Git.Branch.ManualCommit . remoteBranch remote) =<< getlist)
|
||||
tomerge = filterM (changed remote)
|
||||
branchlist Nothing = []
|
||||
branchlist (Just branch) = [branch, syncBranch branch]
|
||||
|
|
Loading…
Reference in a new issue