Remove grit logic from app/

This commit is contained in:
Dmitriy Zaporozhets 2013-03-31 18:49:58 +03:00
parent d444a23ad6
commit 154e54b46e
6 changed files with 11 additions and 170 deletions

View file

@ -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 = []