# File lib/packaging/util/version.rb, line 29 def git_sha Pkg::Util.in_project_root do %x{#{GIT} rev-parse HEAD}.strip end end