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:
authorDouwe Maan <douwe@gitlab.com>2018-09-18 15:07:52 +0300
committerDouwe Maan <douwe@gitlab.com>2018-09-18 15:07:52 +0300
commita2a00a5e6d1ba3d2ebfafcff57e211cb1b65c00a (patch)
treed6b3b50fe16d2c7125f6a95a651c542cfd2e2d91 /lib/gitlab/git
parent139a14b6dfc9862771d52091d16031f9e03ca192 (diff)
parent5a883915793f0f89f850d5393dce497ff9c5f893 (diff)
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/gitlab/git')
-rw-r--r--lib/gitlab/git/repository.rb4
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