# File lib/packaging/util/version.rb, line 22 def git_describe Pkg::Util.in_project_root do %x{#{GIT} describe}.strip end end