This commit is contained in:
Joey Hess 2019-08-13 13:36:52 -04:00
parent 4a4a5dd5f9
commit 88c61dea00
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -41,4 +41,4 @@ mergeSyncedBranch = mergeLocal mergeConfig def =<< getCurrentBranch
mergeBranch :: Git.Ref -> CommandStart
mergeBranch r = starting "merge" (ActionItemOther (Just (Git.fromRef r))) $ do
currbranch <- getCurrentBranch
nest $ merge currbranch mergeConfig def Git.Branch.ManualCommit r
next $ merge currbranch mergeConfig def Git.Branch.ManualCommit r