# File lib/r10k/module/git.rb, line 31
  def properties
    {
      :expected => @ref,
      :actual   => (@repo.head || "(unresolvable)"),
      :type     => :git,
    }
  end