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
path: root/lib
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-10-06 14:53:08 +0300
committerStan Hu <stanhu@gmail.com>2018-10-06 14:53:08 +0300
commitbedd5769e936fecc528a2bde49f48dea3966cd1f (patch)
tree1632614a9a252eadf5a2ebecd43b6757abefa4e7 /lib
parent1239629cd747e8f1eeae61174ff1b7d5b08359b9 (diff)
parent9f9cac67ab7292be0037082120f0995152624599 (diff)
Merge branch 'backport-ce-to-ee-merge' into 'master'
Backport of CE upstream - 2018-10-05 12:21 UTC See merge request gitlab-org/gitlab-ce!22154
Diffstat (limited to 'lib')
-rw-r--r--lib/gitlab/git/push.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/git/push.rb b/lib/gitlab/git/push.rb
index 7c1309721fd..b6577ba17f1 100644
--- a/lib/gitlab/git/push.rb
+++ b/lib/gitlab/git/push.rb
@@ -5,7 +5,7 @@ module Gitlab
class Push
include Gitlab::Utils::StrongMemoize
- attr_reader :oldrev, :newrev
+ attr_reader :ref, :oldrev, :newrev
def initialize(project, oldrev, newrev, ref)
@project = project