Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-04-27 01:57:37 +0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-05-14 01:55:42 +0300
commit7e1f14e21517d3907a0e096d44b30797612f69cd (patch)
treea5a61079e849cb66aa3221417c9dd5cccff9c57d /lib/gitlab
parent3b50867550818413eed01fcbe85e5442707150be (diff)
Preserve commits/diff/comments for PRs that were merged on GitHub
Diffstat (limited to 'lib/gitlab')
-rw-r--r--lib/gitlab/github_import/pull_request_formatter.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/gitlab/github_import/pull_request_formatter.rb b/lib/gitlab/github_import/pull_request_formatter.rb
index f242596bdf5..3b541a04d5c 100644
--- a/lib/gitlab/github_import/pull_request_formatter.rb
+++ b/lib/gitlab/github_import/pull_request_formatter.rb
@@ -8,8 +8,10 @@ module Gitlab
description: description,
source_project: source_project,
source_branch: source_branch,
+ head_source_sha: source_sha,
target_project: target_project,
target_branch: target_branch,
+ base_target_sha: target_sha,
state: state,
milestone: milestone,
author_id: author_id,