class Envirobly::Git::Commit

def ref

def ref
  @normalized_ref ||= `git rev-parse #{@ref}`.chomp("")
end