Commit 97ceadee authored by Sean McGivern's avatar Sean McGivern Committed by Fatih Acet

Fix MR conflict resolution commits

parent 7af277f6
......@@ -33,7 +33,7 @@ module Gitlab
committer: committer,
tree: new_tree,
message: commit_message,
parents: [our_commit, their_commit],
parents: [our_commit, their_commit].map(&:oid),
update_ref: Gitlab::Git::BRANCH_REF_PREFIX + merge_request.source_branch)
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment