diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-04-04 18:08:38 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-04-04 18:08:38 +0000 |
commit | 6d05fbc4786dc542544ed08324fdd938073a1917 (patch) | |
tree | 33dce7da5a78ab994864567b7570b761a15f1016 /app/services/files/update_service.rb | |
parent | cad0cc33957b0ea82afb34836e42419bea5a99b9 (diff) | |
download | gitlab-ce-6d05fbc4786dc542544ed08324fdd938073a1917.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/services/files/update_service.rb')
-rw-r--r-- | app/services/files/update_service.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/services/files/update_service.rb b/app/services/files/update_service.rb index 54ab07da680..9fa966bb8a8 100644 --- a/app/services/files/update_service.rb +++ b/app/services/files/update_service.rb @@ -10,7 +10,8 @@ module Files author_email: @author_email, author_name: @author_name, start_project: @start_project, - start_branch_name: @start_branch) + start_branch_name: @start_branch, + execute_filemode: @execute_filemode) end private |