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:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-12-24 15:08:01 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-12-24 15:08:01 +0300
commitc6373a2cec855c6543a1e035c52099e102dd05ef (patch)
tree507c4d975e1bf559a008d997ad4b07dad14f397e /lib/gitlab/git.rb
parent6593f1f627938f22090dec5221476772d3ed581d (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/gitlab/git.rb')
-rw-r--r--lib/gitlab/git.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/gitlab/git.rb b/lib/gitlab/git.rb
index c58fb1d0be3..b6bffb11344 100644
--- a/lib/gitlab/git.rb
+++ b/lib/gitlab/git.rb
@@ -35,16 +35,6 @@ module Gitlab
end
end
- def committer_hash(email:, name:)
- return if email.nil? || name.nil?
-
- {
- email: email,
- name: name,
- time: Time.now
- }
- end
-
def tag_name(ref)
ref = ref.to_s
if self.tag_ref?(ref)