summaryrefslogtreecommitdiff
path: root/app/services/files/update_service.rb
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2016-11-22 18:14:41 +0800
committerLin Jen-Shin <godfat@godfat.org>2016-11-22 19:18:16 +0800
commitb82f415f09dd67da010a8c08397a13499e70efeb (patch)
treea94495045ccad1870fbce5826fa6b61c92afea73 /app/services/files/update_service.rb
parentd4d138ee707a2a7fdeef711db66f27088a4f6de1 (diff)
downloadgitlab-ce-b82f415f09dd67da010a8c08397a13499e70efeb.tar.gz
Move all branch creation to raw_ensure_branch,
and keep it only called in update_branch_with_hooks.
Diffstat (limited to 'app/services/files/update_service.rb')
-rw-r--r--app/services/files/update_service.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/services/files/update_service.rb b/app/services/files/update_service.rb
index f3a766ed9fd..14e5af4d8c6 100644
--- a/app/services/files/update_service.rb
+++ b/app/services/files/update_service.rb
@@ -11,6 +11,7 @@ module Files
message: @commit_message,
author_email: @author_email,
author_name: @author_name,
+ source_project: @source_project,
source_branch: @source_branch)
end