Fix MR conflict resolution commits
This commit is contained in:
parent
7af277f683
commit
97ceadeea7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue