mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-29 12:00:32 +00:00
Fix MR conflict resolution commits
This commit is contained in:

committed by
Fatih Acet

parent
7af277f683
commit
97ceadeea7
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user