diff options
author | Douwe Maan <douwe@gitlab.com> | 2018-09-18 12:07:52 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2018-09-18 12:07:52 +0000 |
commit | a2a00a5e6d1ba3d2ebfafcff57e211cb1b65c00a (patch) | |
tree | d6b3b50fe16d2c7125f6a95a651c542cfd2e2d91 /lib | |
parent | 139a14b6dfc9862771d52091d16031f9e03ca192 (diff) | |
parent | 5a883915793f0f89f850d5393dce497ff9c5f893 (diff) | |
download | gitlab-ce-a2a00a5e6d1ba3d2ebfafcff57e211cb1b65c00a.tar.gz |
Merge branch '51564-fix-commit-email-usage' into 'master'
Respect the user commit email in more places
Closes #51564
See merge request gitlab-org/gitlab-ce!21773
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gitlab/git/repository.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/gitlab/git/repository.rb b/lib/gitlab/git/repository.rb index f7e28590b98..fa22294ac51 100644 --- a/lib/gitlab/git/repository.rb +++ b/lib/gitlab/git/repository.rb @@ -591,10 +591,6 @@ module Gitlab end end - def user_to_committer(user) - Gitlab::Git.committer_hash(email: user.email, name: user.name) - end - # Delete the specified branch from the repository def delete_branch(branch_name) wrapped_gitaly_errors do |