# File lib/gitlab_git/commit.rb, line 217 def parents raw_commit.parents.map { |c| Gitlab::Git::Commit.new(c) } end