# File lib/packaging/util/version.rb, line 36 def git_ref_type Pkg::Util.in_project_root do %x{#{GIT} cat-file -t #{git_describe}}.strip end end