Remove grit logic from app/
This commit is contained in:
parent
d444a23ad6
commit
154e54b46e
6 changed files with 11 additions and 170 deletions
|
@ -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 = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue