summaryrefslogtreecommitdiff
path: root/app/models/network
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/network')
-rw-r--r--app/models/network/commit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/network/commit.rb b/app/models/network/commit.rb
index d0bc61c3bf7..3cd0c015fa0 100644
--- a/app/models/network/commit.rb
+++ b/app/models/network/commit.rb
@@ -8,7 +8,7 @@ module Network
attr_accessor :time, :spaces, :parent_spaces
def initialize(raw_commit, refs)
- @commit = ::Commit.new(raw_commit)
+ @commit = Gitlab::Git::Commit.new(raw_commit)
@time = -1
@spaces = []
@parent_spaces = []