# File lib/git/gitlab/gitlablocal.rb, line 6
  def initialize
    @repository = Grit::Repo.new(`git rev-parse --show-toplevel`.chomp)
  end