class Envirobly::Config

def git_path_checksums_at_commit(path)

def git_path_checksums_at_commit(path)
  `git ls-tree #{@commit.ref} --format='%(objectname) %(path)' #{path}`.
    lines.reject { _1.split(" ").last == DIR }
end