class Envirobly::Git::Commit

def ref

def ref
  @normalized_ref ||= git(%(rev-parse #{@ref})).stdout.strip
end